EmptyImageMask.EmptyImageMask

EmptyImageMask constructor

Initializes a new instance of the EmptyImageMask class with the specified width and height.

public EmptyImageMask(int width, int height)
ParameterTypeDescription
widthInt32Width of the mask.
heightInt32Height of the mask.

See Also