Leadtools.Annotations.Core.AnnTransparentMode = function() { };
Leadtools.Annotations.Core.AnnTransparentMode.prototype = {
none = 0,
useColor = 1,
topLeftPixel = 2,
};
Value | Member | Description |
---|---|---|
0 | none | The AnnPicture is not transparent. |
1 | useColor | Use the transparent color of the AnnPicture. |
2 | topLeftPixel | Use the top left pixel of the AnnPicture as the transparent color. |