Renders the content of an annotation object.
public void RenderContent(
AnnContainerMapper mapper,
AnnObject annObject,
AnnFixedStateOperations operations
)
Sub RenderContent( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal annObject As Leadtools.Annotations.Core.AnnObject, _
ByVal operations As Leadtools.Annotations.Core.AnnFixedStateOperations _
)
void RenderContent(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnObject annObject,
Leadtools.Annotations.Core.AnnFixedStateOperations operations
)
-(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
)
public:
void RenderContent(
AnnContainerMapper^ mapper,
AnnObject^ annObject,
AnnFixedStateOperations^ operations
)
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.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET