←Select platform

AnnPictureTransparentMode Enumeration

Summary

Specifies how to treat the transparent color of an AnnPicture

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum AnnPictureTransparentMode 
  
<SerializableAttribute()> 
Public Enum AnnPictureTransparentMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class AnnPictureTransparentMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneThe AnnPicture is not transparent.
1UseColorUse the AnnPicture.TransparentColor property of the AnnPicture.
2TopLeftPixelUse the top left pixel of the AnnPicture.Image property of the AnnPicture as the transparent color.
Example

For an example, refer to AnnPicture.

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly