Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void DrawPie(Pen, double, double, double, double, double)

  • Declared in: RT.Util.Drawing.Canvas

Declaration

public void DrawPie(
    Pen pen,
    double centerX,
    double centerY,
    double radius,
    double startAngle,
    double sweepAngle
)

Summary

Draws a "pie" using the specified pen. A pie is a circular arc whose endpoints are connected to the centre with straight lines.