'Declaration Function GetNativeImage( _ ByVal currentUnmaskedColor As System.Drawing.Color, _ ByVal maskedColor As System.Drawing.Color _ ) As GcBitmap
GcBitmap GetNativeImage( System.Drawing.Color currentUnmaskedColor, System.Drawing.Color maskedColor )
Parameters
- currentUnmaskedColor
- The current color used to fill unmasked area.
- maskedColor
- The masked color specifies the color of the area that is excluded from filling (typically transparent).
Return Value
The GrapeCity.Documents.Imaging.GcBitmap object (must be disposed after use!).