Dimensions

Dimensions constructor

Creates a new instance from specified width and height.

public Dimensions(ushort width, ushort height)
Parameter Type Description
width UInt16 Width of image
height UInt16 Height of image

See Also