Overload | Description |
---|---|
ToShadowBitmap(Color,Single,Boolean) | Creates a semi-transparent GcBitmap from the current GrayscaleBitmap.
This method treats the current GrayscaleBitmap as a transparency mask, regardless of the TransparencyMask property value. |
ToShadowBitmap(GcBitmap,Color,Single,Boolean) | Converts an existing instance of GcBitmap to a semi-transparent bitmap representing the current GrayscaleBitmap.
This method treats the current GrayscaleBitmap as a transparency mask, regardless of the TransparencyMask property value. |