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 : DrawGauge Method |
protected virtual void DrawGauge( AnnContainerMapper mapper, LeadPointD startPoint, LeadPointD endPoint, LeadLengthD gaugeLength, AnnStroke stroke, AnnFixedStateOperations operations )
'Declaration
Protected Overridable Sub DrawGauge( _ ByVal mapper As AnnContainerMapper, _ ByVal startPoint As LeadPointD, _ ByVal endPoint As LeadPointD, _ ByVal gaugeLength As LeadLengthD, _ ByVal stroke As AnnStroke, _ ByVal operations As AnnFixedStateOperations _ )
'Usage
Dim instance As AnnD2DPolyRulerObjectRenderer Dim mapper As AnnContainerMapper Dim startPoint As LeadPointD Dim endPoint As LeadPointD Dim gaugeLength As LeadLengthD Dim stroke As AnnStroke Dim operations As AnnFixedStateOperations instance.DrawGauge(mapper, startPoint, endPoint, gaugeLength, stroke, operations)
protected virtual void DrawGauge( AnnContainerMapper mapper, LeadPointD startPoint, LeadPointD endPoint, LeadLengthD gaugeLength, AnnStroke stroke, AnnFixedStateOperations operations )
function Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer.DrawGauge( mapper , startPoint , endPoint , gaugeLength , stroke , operations )
This method is called by the renderer to draw the gauge of the ruler. Derived classes can override this method to provide their own implementation.