public void FillArc(
Brush brush,
Point startPoint,
Point endPoint,
Size size,
SweepDirection sweepDirection,
bool isLargeArc
)
brush
The brush used to fill the arc's interior.
startPoint
The start point where the arc begins.
endPoint
The end point of the arc.
size
A Size structure specifies the x- and y-radius of the arc.
sweepDirection
The value that specifies if the arc is drawn in the Clockwise or Counterclockwise direction.
isLargeArc
The value that indicates if the arc should be greater than 180 degrees.
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.