Class
ImageLoadedEventArgs

Event arguments providing information about an image loaded in the RadImageEditor control.

Definition

Namespace:Telerik.Maui.Controls.ImageEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ImageLoadedEventArgs : EventArgs

Inheritance: objectEventArgsImageLoadedEventArgs

Inherited Members EventArgs.Empty

Constructors

ImageLoadedEventArgs(Size)

Initializes a new instance of the ImageLoadedEventArgs class.

Declaration

cs-api-definition
public ImageLoadedEventArgs(Size imageSize)

Parameters

imageSize

Size

Specifies the size of the image in pixels.

Properties

ImageSize

Gets the size of the image in pixels.

Declaration

cs-api-definition
public Size ImageSize { get; }

Property Value

Size