Width

DngImage.Width property

Access the width of the image with this property. Ideal for obtaining the horizontal size of the image quickly and efficiently.

public override int Width { get; }

Property Value

The image width.

See Also