Height

DngImage.Height property

Retrieve the height of the image with this property. Perfect for determining the vertical size of the image without hassle.

public override int Height { get; }

Property Value

The image height.

See Also