[]
        
(Showing Draft Content)

FarPoint.Win.IBorderGraphics.DrawArc

DrawArc Method

DrawArc(Pen, float, float, int, int, int, int)

Draws the arc.

Declaration
void DrawArc(Pen cornerPen, float x, float y, int width, int height, int startAngle, int sweepAngle)
Sub DrawArc(cornerPen As Pen, x As Single, y As Single, width As Integer, height As Integer, startAngle As Integer, sweepAngle As Integer)
Parameters
Type Name Description
Pen cornerPen

Corner pen

float x

X-coordinate

float y

Y-coordinate

int width

Width

int height

Height

int startAngle

Start angle

int sweepAngle

Sweep angle