![]() |
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 : FillArc Method |
public void FillArc( Brush brush, Point startPoint, Point endPoint, Size size, SweepDirection sweepDirection, bool isLargeArc )
'Declaration Public Sub FillArc( _ ByVal brush As Brush, _ 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 brush As Brush Dim startPoint As Point Dim endPoint As Point Dim size As Size Dim sweepDirection As SweepDirection Dim isLargeArc As Boolean instance.FillArc(brush, startPoint, endPoint, size, sweepDirection, isLargeArc)
public: void FillArc( Brush^ brush, Point startPoint, Point endPoint, Size size, SweepDirection sweepDirection, bool isLargeArc )
This method fills the interior of an elliptical arc with a Brush. The elliptical arc is defined by its start and end points, x- and y-radius, x-axis rotation factor, a value indicating whether the arc should be greater than 180 degrees, and a value describing the direction in which the arc is drawn.