Class ImageLoadedEventArgs
Event arguments providing information about an image loaded in the RadImageEditor control.
Inheritance
System.Object
ImageLoadedEventArgs
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class ImageLoadedEventArgs : EventArgs
Constructors
ImageLoadedEventArgs(Size)
Initializes a new instance of the ImageLoadedEventArgs class.
Declaration
public ImageLoadedEventArgs(Size imageSize)
Parameters
Xamarin.Forms.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
Xamarin.Forms.Size
|