Height

PngImage.Height property

Obtain the height of the image. This property returns the vertical dimension of the image, allowing developers to determine its size in pixels along the vertical axis.

public override int Height { get; }

See Also