FillArc Method

Summary
Fills the interior of an elliptical arc using the specified brush.
Syntax
C#
C++/CLI
public void FillArc( 
   Brush brush, 
   Point startPoint, 
   Point endPoint, 
   Size size, 
   SweepDirection sweepDirection, 
   bool isLargeArc 
) 
public: 
void FillArc(  
   Brush^ brush, 
   Point startPoint, 
   Point endPoint, 
   Size size, 
   SweepDirection sweepDirection, 
   bool isLargeArc 
)  

Parameters

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.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.