Width

WmfImage.Width property

Access the width of the image, indicating the number of pixels along its horizontal axis. Utilize this property to determine the image’s spatial dimensions and aspect ratio, enabling precise layout and rendering adjustments within your application.

public override int Width { get; }

Property Value

The image width.

Exceptions

exceptioncondition
NotImplementedException

See Also