Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum AnnPictureTransparentMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum AnnPictureTransparentMode : Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class AnnPictureTransparentMode : public Enum |
Member | Description |
---|---|
None | The AnnPicture is not transparent. |
UseColor | Use the AnnPicture.TransparentColor property of the AnnPicture. |
TopLeftPixel | Use the top left pixel of the AnnPicture.Image property of the AnnPicture as the transparent color. |
For an example, refer to AnnPicture.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnPictureTransparentMode
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family