Version

Arc Constructor(Point,Int32,Single,Single)

Creates new Arc with given parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal location As Point, _
   ByVal radius As Integer, _
   ByVal startAngle As Single, _
   ByVal angleSweep As Single _
)
public Arc( 
   Point location,
   int radius,
   float startAngle,
   float angleSweep
)

Parameters

location
Center of Arc
radius
radius of Arc
startAngle
Start angle
angleSweep
Angle sweep. arc is drawn from startAngle to (startAngle+angleSweep)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also