←Select platform

RenderingEngine Property

Summary

Gets the rendering engine associated with this label renderer.

Syntax
C#
VB
Objective-C
C++
Java
public AnnRenderingEngine RenderingEngine { get; } 
Public ReadOnly Property RenderingEngine As AnnRenderingEngine 
@property (nonatomic, strong, readonly) LTAnnRenderingEngine *renderingEngine 
public AnnRenderingEngine getRenderingEngine() 
public:  
   property AnnRenderingEngine^ RenderingEngine 
   { 
      AnnRenderingEngine^ get() 
   } 

Property Value

The rendering engine associated with this label renderer. This is the same value passed to Initialize.

Remarks

The various methods of this class use the "context" property of AnnRenderingEngine to draw the labels.

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.Rendering.WinForms Assembly