Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

RenderContent Method






The mapper object to use for converting coordinates. This value must not be null.
The object to render its content.
The fixed state of the owner object.
Renders the content of an annotation object.
Syntax
'Declaration
 
Sub RenderContent( _
   ByVal mapper As AnnContainerMapper, _
   ByVal annObject As AnnObject, _
   ByVal operations As AnnFixedStateOperations _
) 
-(void)renderContentMapper:(LTAnnContainerMapper*) mapper
                    object:(LTAnnObject*) annObject
                operations:(LTAnnFixedStateOperations) operations;
            
void renderContent(AnnContainerMapper mapper, AnnObject annObject, int operations);
            
function Leadtools.Annotations.Core.IAnnObjectRenderer.RenderContent( 
   mapper ,
   annObject ,
   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

See Also

Reference

IAnnObjectRenderer Interface
IAnnObjectRenderer Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features