PdfCanvas
DrawPie Method (PdfBrush, RectangleF, Single, Single)
|
Draws a pie.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawPie(
PdfBrush brush,
RectangleF rectangle,
float startAngle,
float sweepAngle
)
Public Sub DrawPie (
brush As PdfBrush,
rectangle As RectangleF,
startAngle As Single,
sweepAngle As Single
)
public:
void DrawPie(
PdfBrush^ brush,
RectangleF rectangle,
float startAngle,
float sweepAngle
)
member DrawPie :
brush : PdfBrush *
rectangle : RectangleF *
startAngle : float32 *
sweepAngle : float32 -> unit
Parameters
-
brush
-
Type:
Spire.Pdf.Graphics
PdfBrush
The brush.
-
rectangle
-
Type:
System.Drawing
RectangleF
The rectangle.
-
startAngle
-
Type:
System
Single
The start angle.
-
sweepAngle
-
Type:
System
Single
The sweep angle.
See Also