Renders the specified label.
public virtual void RenderLabel(
AnnContainerMapper mapper,
AnnLabel label,
AnnFixedStateOperations operations
)
Public Overridable Sub RenderLabel( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal label As Leadtools.Annotations.Core.AnnLabel, _
ByVal operations As Leadtools.Annotations.Core.AnnFixedStateOperations _
)
public virtual void RenderLabel(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnLabel label,
Leadtools.Annotations.Core.AnnFixedStateOperations operations
)
- (void)renderLabelMapper:(LTAnnContainerMapper *)mapper
label:(LTAnnLabel *)label
operations:(LTAnnFixedStateOperations)operations
function Leadtools.Annotations.Rendering.AnnLabelRenderer.RenderLabel(
mapper ,
label ,
operations
)
public:
virtual void RenderLabel(
AnnContainerMapper^ mapper,
AnnLabel^ label,
AnnFixedStateOperations^ operations
)
mapper
The mapper object to use for converting coordinates. Must not be null.
label
The label to render. Must not be null.
operations
The fixed state of the owner object.
This is the label renderer implementation for this platform. For more information, refer to IAnnLabelRenderer.RenderLabel.
This method is called by the framework to render the text labels of an annotation object. The following operations are performed by this implementation:
The values of the AnnLabel.OriginalPosition are converted to physical coordinates by calling mapper.AnnContainerMapper.PointFromContainerCoordinates.
If the AnnLabel.RestrictionMode property is set to AnnLabelRestriction.RestrictToContainer, the size of the (AnnLabel.Text) label text is measured and clipped against the AnnRenderingEngine.ClipRectangle.
Finally, the text label is rendered into the AnnRenderingEngine.Context property using the values of the AnnLabel.Font property for the text font style and size, the AnnLabel.Foreground property for the text color and the AnnLabel.Background property for the brush to fill the background of area covered by the text.
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