Class ImageLoadedEventArgs
Event arguments providing information about an image loaded in the RadImageEditor control.
Inheritance
System.Object
ImageLoadedEventArgs
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageLoadedEventArgs : EventArgs
Constructors
ImageLoadedEventArgs(Size)
Initializes a new instance of the ImageLoadedEventArgs class.
Declaration
public ImageLoadedEventArgs(Size imageSize)
Parameters
Microsoft.Maui.Graphics.Size
imageSize
Specifies the size of the image in pixels. |
Properties
ImageSize
Gets the size of the image in pixels.
Declaration
public Size ImageSize { get; }
Property Value
Microsoft.Maui.Graphics.Size
|