AnnTransparentMode Enumeration (original) (raw)

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

Value Member Description
0 None The AnnPicture is not transparent.
1 UseColor Use the transparent color of the AnnPicture.
2 TopLeftPixel Use the top left pixel of the AnnPicture as the transparent color.