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 > AnnD2DPolyRulerObjectRenderer Class : DrawLengthText Method |
protected virtual void DrawLengthText( AnnContainerMapper mapper, AnnLabel label, AnnFixedStateOperations operations )
'Declaration
Protected Overridable Sub DrawLengthText( _ ByVal mapper As AnnContainerMapper, _ ByVal label As AnnLabel, _ ByVal operations As AnnFixedStateOperations _ )
'Usage
Dim instance As AnnD2DPolyRulerObjectRenderer Dim mapper As AnnContainerMapper Dim label As AnnLabel Dim operations As AnnFixedStateOperations instance.DrawLengthText(mapper, label, operations)
protected virtual void DrawLengthText( AnnContainerMapper mapper, AnnLabel label, AnnFixedStateOperations operations )
function Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer.DrawLengthText( mapper , label , operations )
This method is called by the renderer to draw the length text of the ruler object. Derived classes can override this method to provide their own implementation.