Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnRenderingEngine Class : RenderState Property |
public AnnRenderState RenderState {get; set;}
'Declaration
Public Property RenderState As AnnRenderState
public AnnRenderState RenderState {get; set;}
@property (nonatomic) LTAnnRenderState renderState;
public int getRenderState() public void setRenderState(int annRenderState)
get_RenderState();
set_RenderState(value);
Object.defineProperty('RenderState');
Modify RenderState to control which state parts of the annotation objects to render. For example, if this AnnRenderingEngine is being used to render a container on a thumbnail image list, the object's lock and content pictures and any label should not be rendered. This, set the value of RenderState to AnnRenderState.None before calling RenderContainer or most probably RenderOnImage in this case.