[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.CreateChordRegion

CreateChordRegion Method

CreateChordRegion(Rectangle, float, float)

Creates a chord region (a region bounded by the intersection of an ellipse and a line segment, called a secant).

Declaration
public static Region CreateChordRegion(Rectangle rectangle, float startAngle, float sweepAngle)
Parameters
Type Name Description
Rectangle rectangle

A Rectangle indicates the bounds of the ellipse.

float startAngle

A float specifies the start angle, in degrees.

float sweepAngle

A float specifies the sweep angle, in degrees, relative to the starting angle.

Returns
Type Description
Region

A Region indicates the chord region.