Width

OdImage.Width property

Retrieves the width of the image, indicating the horizontal dimension in pixels. This property provides essential information about the image’s size, enabling precise rendering, manipulation, and analysis of image data.

public override int Width { get; }

Property Value

The image width.

See Also