public virtual void RenderLabel( AnnContainerMapper mapper, AnnLabel label, AnnFixedStateOperations operations )
function Leadtools.Annotations.Rendering.AnnLabelRenderer.RenderLabel( mapper , label , operations )
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 is performed by this implementation:
The values of AnnLabel.OriginalPosition is converted to physical coordinates by using mapper.AnnContainerMapper.PointFromContainerCoordinates
The size of the (AnnLabel.Text) label text is measured and clipped against the AnnRenderingEngine.ClipRectangle if the value of the AnnLabel.IsRestricted property was set to true
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 as the text color and the AnnLabel.Background property as the brush to fill the background of area covered by the text.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2