Width

CdrImage.Width property

Retrieve the width of the image seamlessly with this intuitive property. Ideal for developers seeking to access the dimensions of their images dynamically, ensuring precise layout and rendering in their applications.

public override int Width { get; }

Property Value

The image width.

See Also