←Select platform

AnnTransparentMode Enumeration

Summary

Specifies how to treat the transparent color of an AnnPicture

Syntax

C#
VB
C++
public enum AnnTransparentMode 
  
Public Enum AnnTransparentMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnTransparentMode : 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 C#/VB examples, refer to AnnPicture.

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.Windows.Annotations Assembly