Class ImageLoadedEventArgs
Event arguments providing information about an image loaded in the Rad
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 Image
Declaration
public ImageLoadedEventArgs(Size imageSize)
Parameters
Microsoft. 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.
|