←Select platform

AnnTransparentMode Enumeration

Summary

Specifies how to treat the transparent color of an AnnPicture.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public enum AnnTransparentMode  
Public Enum AnnTransparentMode  
    
public enum AnnTransparentMode  
typedef enum LTAnnTransparentMode 
Leadtools.Annotations.Core.AnnTransparentMode = function() { }; 
Leadtools.Annotations.Core.AnnTransparentMode.prototype = { 
 
  LeadtoolsMemberMarker(replace me) 
 }; 
public: 
   enum class AnnTransparentMode sealed 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly