See Also Examples Applies To
Adds transparency into the native GdPicture image or into an area of the native GdPicture image defined by SetROI() function.
Syntax
object.SetTransparency (nTransparencyValue)
The SetTransparency syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nTransparencyValue | Required. Long. Value between -255 and 255. 255 means full opacity and -255 means full transparency. |
Returns
Long. GdPictureStatus
Category
Alpha Channel & Transparency