function Leadtools.Annotations.Rendering.AnnProtractorObjectRenderer.drawArc( mapper , center , startAngle , sweepAngle , radius , stroke , operations )
| Parameter | Type | Description | 
|---|---|---|
| mapper | AnnContainerMapper | The mapper to use for rendering. | 
| center | LeadPointD | The arc center. | 
| startAngle | double | The start angle of the arc in degrees. | 
| sweepAngle | double | The sweep angle of the arc in degrees. | 
| radius | LeadLengthD | The radius of the arc. | 
| stroke | AnnStroke | The stroke to use when drawing the arc. | 
| operations | AnnFixedStateOperations | The fixed state of the owner object. | 
This method is called by the renderer to draw the arc portion of the protractor object. Derived classes can override this method to provide their own implementation.