←Select platform

AnnTransparentMode Enumeration

Summary
Specifies how to treat the transparent color of an AnnPicture.
Syntax
C#
Objective-C
C++/CLI
Python
public enum AnnTransparentMode  
typedef NS_ENUM(NSInteger, LTAnnTransparentMode) { 
 LTAnnTransparentModeNone = 0,  
 LTAnnTransparentModeUseColor = 1,  
 LTAnnTransparentModeTopLeftPixel = 2,  
}; 
public: 
   enum class AnnTransparentMode sealed 
class AnnTransparentMode(Enum): 
   None = 0 
   UseColor = 1 
   TopLeftPixel = 2 
Members
ValueMemberDescription
0None The AnnPicture is not transparent.
1UseColor Use the transparent color of the AnnPicture.
2TopLeftPixel Use the top left pixel of the AnnPicture as the transparent color.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.