←Select platform

AnnRenderState Enumeration

Summary

Indicates different state of an AnnObject that can be rendered.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum AnnRenderState 
Public Enum AnnRenderState  
typedef enum LTAnnRenderState 
public enum AnnRenderState 
public: 
   [FlagsAttribute] 
   enum class AnnRenderState sealed 

Members
ValueMemberDescription
0x00000000None Do not render any of the states.
0x00000001Lock Render the lock picture.
0x00000002Content Render the content picture.
0x00000004Label Render the object labels.
0x00000007All Render all (lock, content and labels).

Remarks

Used with AnnRenderingEngine.RenderState to control which of these state are rendered.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly