function Leadtools.Annotations.Rendering.AnnPolyRulerObjectRenderer.drawGauge( mapper , startPoint , endPoint , gaugeLength , 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. |
| gaugeLength | LeadLengthD | The length of the gauge. |
| 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 gauge of the ruler. Derived classes can override this method to provide their own implementation.