WmfImage.WidthF

WmfImage.WidthF 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 float WidthF { get; }

Property Value

The image width.

Exceptions

exceptioncondition
NotImplementedException

See Also