←Select platform

RenderContent Method

Summary
Renders the content of an annotation object.
Syntax
C#
C++/CLI
Java
public void renderContent( 
   AnnContainerMapper mapper, 
   AnnObject annObject, 
   int operations 
); 

Parameters

mapper
The mapper object to use for converting coordinates. This value must not be null.

annObject
The object to render its content.

operations
The fixed state of the owner object.

Remarks

This method is called by the framework to render the content of an annotation object. This is performed by default by rendering AnnObject.ContentPicture if it is not null at the center of the current object boundary. IAnnObjectRenderer contains all the information required to render the content, therefore, most of the derived classes implementation do not override this method and uses the default implementation instead.

Requirements

Target Platforms

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.