Height

EmfImage.Height property

Retrieve the image’s height, facilitating accurate rendering and layout adjustments. Accessing the height property ensures compatibility and seamless integration across different platforms and applications.

public override int Height { get; }

Property Value

The image height.

See Also