DrawGdPictureImageTransparencyColor Method (GdPictureImaging)
In This Topic
Draws a GdPicture image into another GdPicture image setting a specific color of the image to draw as
transparent.
Overload List
Overload | Description |
DrawGdPictureImageTransparencyColor(Int32,Int32,GdPictureColor,Int32,Int32,Int32,Int32,GdPictureInterpolationMode) |
Draws a GdPicture image into another GdPicture image setting a specific color of the image to draw as
transparent.
|
DrawGdPictureImageTransparencyColor(Int32,Int32,GdPictureColor,Single,Int32,Int32,Int32,Int32,GdPictureInterpolationMode) |
Draws a GdPicture image into another GdPicture image setting a specific color of the image to draw as
transparent. This method takes a percentage threshold parameter regarding the color to set as
transparent.
Ie: A threshold value of 90 means that all the color values which are within 90% of the color value
parameter will be set as transparent.
|
See Also