![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.29
|
Leadtools.Windows.D2DRendering Namespace > D2DSurface Class : DrawArc Method |
public void DrawArc( D2DPen pen, Point startPoint, Point endPoint, Size size, SweepDirection sweepDirection, bool isLargeArc )
'Declaration Public Sub DrawArc( _ ByVal pen As D2DPen, _ ByVal startPoint As Point, _ ByVal endPoint As Point, _ ByVal size As Size, _ ByVal sweepDirection As SweepDirection, _ ByVal isLargeArc As Boolean _ )
'Usage Dim instance As D2DSurface Dim pen As D2DPen Dim startPoint As Point Dim endPoint As Point Dim size As Size Dim sweepDirection As SweepDirection Dim isLargeArc As Boolean instance.DrawArc(pen, startPoint, endPoint, size, sweepDirection, isLargeArc)
public: void DrawArc( D2DPen^ pen, Point startPoint, Point endPoint, Size size, SweepDirection sweepDirection, bool isLargeArc )
An elliptical arc is defined by its starting and ending points, x- and y-radius, a value indicating whether the arc should be greater than 180 degrees, and a value describing the direction in which the arc is drawn.