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