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)
ParameterTypeDescription
convertToMonochromeBooleanSpecifies whether to convert the pixel map to monochrome.
allowTransparencyColorConversionBooleanSpecifies whether to allow transparency color conversion in the pixel map.

Return Value

The pixel map representation of the bitmap image IPixelsMap.

See Also