←Select platform

Initialize Method

Summary
Initializes this object renderer with the specified rendering engine.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void Initialize( 
   AnnRenderingEngine renderingEngine 
) 
- (void)initializeWithRenderingEngine:(LTAnnRenderingEngine *)renderingEngine; 
void initialize(AnnRenderingEngine renderingEngine); 
public:  
   void Initialize( 
      AnnRenderingEngine^ renderingEngine 
   ) 
def Initialize(self,renderingEngine): 

Parameters

renderingEngine
The rendering engine to use. This must an object that derives from AnnRenderingEngine. The value of this parameter gets set in the RenderingEngine property. This value must not be null.

Remarks

Call the Initialize method before calling any other methods of this class to set up the object renderer with a rendering engine to use when drawing the object, its labels or its thumbs.

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.