FillArc Method

Summary
Fills the interior of an elliptical arc using the specified brush.
Syntax
C#
VB
C++
public void FillArc( 
   Brush brush, 
   Point startPoint, 
   Point endPoint, 
   Size size, 
   SweepDirection sweepDirection, 
   bool isLargeArc 
) 
  
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 _ 
)  
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

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