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