←Select platform

AnnRenderState Enumeration

Summary

Indicates different state of an AnnObject that can be rendered.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum AnnRenderState
Public Enum AnnRenderState
public enum AnnRenderState
typedef enum LTAnnRenderState
public enum AnnRenderState
Leadtools.Annotations.Core.AnnRenderState = function() { }; 
Leadtools.Annotations.Core.AnnRenderState.prototype = { 
 
  None = 0x00000000, 
    Lock = 0x00000001, 
    Content = 0x00000002, 
    Label = 0x00000004, 
    All = 0x00000007, 
     
 }; 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize