Version

CIMShape Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Single,Single)

CIMShape constructor using arc parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal innerWidth As Integer, _
   ByVal innerHeight As Integer, _
   ByVal startAngle As Single, _
   ByVal arcAngle As Single _
)
public CIMShape( 
   int x,
   int y,
   int width,
   int height,
   int innerWidth,
   int innerHeight,
   float startAngle,
   float arcAngle
)

Parameters

x
X location of the arc.
y
Y location of the arc.
width
Width of the arc.
height
Height of the arc.
innerWidth
Inner width of the arc.
innerHeight
Inner height of the arc.
startAngle
Start angle of the arc.
arcAngle
Arc angle.
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