Nevron.GraphicsCore Namespace / NGraphicsPath Class / AddEllipseSegment Method / AddEllipseSegment(Double,Double,Double,Double,Double,Double) Method


AddEllipseSegment(Double,Double,Double,Double,Double,Double) Method
Syntax
'Declaration
 
Public Overloads Sub AddEllipseSegment( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double, _
   ByVal startAngle As System.Double, _
   ByVal sweepAngle As System.Double _
) 
 
'Usage
 
Dim instance As NGraphicsPath
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
Dim startAngle As System.Double
Dim sweepAngle As System.Double
 
instance.AddEllipseSegment(x, y, width, height, startAngle, sweepAngle)

Parameters

x
y
width
height
startAngle
sweepAngle
Requirements

Target Platforms: 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