ImageLoadedEventArgs
Class
Event arguments providing information about an image loaded in the RadImageEditor control.
Definition
Namespace:Telerik.Maui.Controls.ImageEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ImageLoadedEventArgs : EventArgs
Inheritance: objectEventArgsImageLoadedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ImageLoadedEventArgs class.
C#
public ImageLoadedEventArgs(Size imageSize)
Specifies the size of the image in pixels.
Properties
ImageSize
Size
Gets the size of the image in pixels.
C#
public Size ImageSize { get; }