function Leadtools.Annotations.Rendering.AnnPolyRulerObjectRenderer.drawTickMarks( mapper , startPoint , endPoint , tickMarkLength , unit , stroke , operations )
Parameter | Type | Description |
---|---|---|
mapper | AnnContainerMapper | The mapper to use for rendering. |
startPoint | LeadPointD | The first (start) point of the ruler. |
endPoint | LeadPointD | The second (stop) point of the ruler. |
tickMarkLength | LeadLengthD | The length of the tick marks. |
unit | AnnUnit | The unit of the ruler. |
stroke | AnnStroke | The stroke to use when drawing the ruler. |
operations | AnnFixedStateOperations | The fixed state of the owner object. |
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.