New to Telerik UI for .NET MAUIStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the ImageLoadedEventArgs class.

C#
public ImageLoadedEventArgs(Size imageSize)
Parameters:imageSizeSize

Specifies the size of the image in pixels.

Properties

Gets the size of the image in pixels.

C#
public Size ImageSize { get; }