Width

EmfImage.Width property

Access to the width of the image, providing essential information for precise rendering and processing. Quickly retrieve the image’s width to ensure compatibility and proper layout within various applications and platforms.

public override int Width { get; }

Property Value

The image width.

See Also