Leadtools.Annotations.Core Namespace : AnnTransparentMode Enumeration |
public enum AnnTransparentMode : System.Enum
Public Enum AnnTransparentMode Inherits System.Enum
public enum AnnTransparentMode : System.Enum
typedef enum LTAnnTransparentMode
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. |