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 > AnnD2DProtractorObjectRenderer Class > DrawArc Method : DrawArc(AnnContainerMapper,LeadPointD,Double,Double,LeadLengthD,AnnStroke,AnnFixedStateOperations) Method |
protected virtual void DrawArc( AnnContainerMapper mapper, LeadPointD center, double startAngle, double sweepAngle, LeadLengthD radius, AnnStroke stroke, AnnFixedStateOperations operations )
'Declaration
Protected Overloads Overridable Sub DrawArc( _ ByVal mapper As AnnContainerMapper, _ ByVal center As LeadPointD, _ ByVal startAngle As Double, _ ByVal sweepAngle As Double, _ ByVal radius As LeadLengthD, _ ByVal stroke As AnnStroke, _ ByVal operations As AnnFixedStateOperations _ )
'Usage
Dim instance As AnnD2DProtractorObjectRenderer Dim mapper As AnnContainerMapper Dim center As LeadPointD Dim startAngle As Double Dim sweepAngle As Double Dim radius As LeadLengthD Dim stroke As AnnStroke Dim operations As AnnFixedStateOperations instance.DrawArc(mapper, center, startAngle, sweepAngle, radius, stroke, operations)
protected virtual void DrawArc( AnnContainerMapper mapper, LeadPointD center, double startAngle, double sweepAngle, LeadLengthD radius, AnnStroke stroke, AnnFixedStateOperations operations )
function Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.DrawArc(AnnContainerMapper,LeadPointD,Double,Double,LeadLengthD,AnnStroke,AnnFixedStateOperations)( mapper , center , startAngle , sweepAngle , radius , stroke , operations )
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.