Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnObjectRenderer Class : RenderContent Method |
public virtual void RenderContent( AnnContainerMapper mapper, AnnObject annObject, AnnFixedStateOperations operations )
'Declaration
Public Overridable Sub RenderContent( _ ByVal mapper As AnnContainerMapper, _ ByVal annObject As AnnObject, _ ByVal operations As AnnFixedStateOperations _ )
'Usage
Dim instance As AnnObjectRenderer Dim mapper As AnnContainerMapper Dim annObject As AnnObject Dim operations As AnnFixedStateOperations instance.RenderContent(mapper, annObject, operations)
public virtual void RenderContent( AnnContainerMapper mapper, AnnObject annObject, AnnFixedStateOperations operations )
public void renderContent(AnnContainerMapper mapper, AnnObject annObject, int annFixedStateOperations)
function Leadtools.Annotations.Rendering.AnnObjectRenderer.RenderContent( mapper , annObject , operations )
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.