ImageGrayscaleMask.ImageGrayscaleMask
ImageGrayscaleMask(int, int)
Initializes a new instance of the ImageGrayscaleMask class with the specified width and height.
public ImageGrayscaleMask(int width, int height)
| Parameter | Type | Description |
|---|---|---|
| width | Int32 | Width of the mask. |
| height | Int32 | Height of the mask. |
See Also
- class ImageGrayscaleMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging
ImageGrayscaleMask(RasterImage)
Initializes a new instance of the ImageGrayscaleMask class with the size of the specified existing RasterImage. Specified RasterImage will be stored as source image.
public ImageGrayscaleMask(RasterImage image)
| Parameter | Type | Description |
|---|---|---|
| image | RasterImage | Source image. |
See Also
- class RasterImage
- class ImageGrayscaleMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging