←Select platform

RenderingEngine Property

Summary
Gets the rendering engine associated with this object renderer.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnRenderingEngine RenderingEngine { get; } 
@property (nonatomic, strong, readonly) LTAnnRenderingEngine *renderingEngine; 
AnnRenderingEngine getRenderingEngine(); 
public:  
   property AnnRenderingEngine^ RenderingEngine 
   { 
      AnnRenderingEngine^ get() 
   } 
RenderingEngine # get  (IAnnObjectRenderer) 

Property Value

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

Remarks

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

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.