IBitmap.GetPixelsMap
IBitmap.GetPixelsMap method
Retrieves the pixel map representation of the bitmap image, optionally converting to monochrome and allowing transparency color conversion.
public IPixelsMap GetPixelsMap(bool convertToMonochrome, bool allowTransparencyColorConversion)
Parameter | Type | Description |
---|---|---|
convertToMonochrome | Boolean | Specifies whether to convert the pixel map to monochrome. |
allowTransparencyColorConversion | Boolean | Specifies whether to allow transparency color conversion in the pixel map. |
Return Value
The pixel map representation of the bitmap image IPixelsMap
.
See Also
- interface IPixelsMap
- interface IBitmap
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG