←Select platform

Initialize Method

Summary
Initializes the label renderer with the specified rendering engine.
Syntax
C#
Objective-C
C++/CLI
Java
public void Initialize( 
   AnnRenderingEngine renderingEngine 
) 
- (void)initialize:(LTAnnRenderingEngine *)renderingEngine 
public void initialize( 
   AnnRenderingEngine renderingEngine 
); 
public:  
   void Initialize( 
      AnnRenderingEngine^ renderingEngine 
   ) 

Parameters

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

Remarks

This is the label renderer implementation for this platform. For more information, refer to IAnnLabelRenderer.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.WinForms Assembly

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