VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathBase Class / AddPie(RectangleF,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
AddPie(RectangleF,Single,Single) Method (GraphicsPathBase)
In This Topic
Adds the outline of a pie shape to this path.
Syntax
'Declaration

Public Overridable Sub AddPie( _
ByVal rect
System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse from which the pie section comes.
As System.Drawing.RectangleF, _
ByVal startAngle
Angle in degrees measured clockwise from the x-axis to the first side of the pie section.
As Single, _
ByVal sweepAngle
Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section.
As Single _
)

Parameters

rect
System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse from which the pie section comes.
startAngle
Angle in degrees measured clockwise from the x-axis to the first side of the pie section.
sweepAngle
Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also