EnablePointBitmapTransparent property (ILEADRasterAnnPointOption)
VARIANT_BOOL EnablePointBitmapTransparent; | |
Overview |
Refer to Implementing Annotations. |
Remarks
Indicates whether there is a transparent color. Possible values are:
Setting |
Description |
VARIANT_TRUE |
If the point is drawn using a bitmap, draw with a transparent color. The transparent color to use is in the PointBitmapTransparentColor property. |
VARIANT_FALSE |
If the point is drawn using a bitmap, there is no transparent color. |
See Also