ImageBitMask.ImageBitMask

ImageBitMask(int, int)

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

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

See Also


ImageBitMask(RasterImage)

Initializes a new instance of the ImageBitMask class with the size of the specified existing RasterImage. Specified RasterImage will be stored as source image.

public ImageBitMask(RasterImage image)
ParameterTypeDescription
imageRasterImageSource image.

See Also