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


AddEllipse(Double,Double,Double,Double,Double) Method
Syntax
'Declaration
 
Public Overloads Sub AddEllipse( _
   ByVal centerX As System.Double, _
   ByVal centerY As System.Double, _
   ByVal a As System.Double, _
   ByVal b As System.Double, _
   ByVal angle As System.Double _
) 
 
'Usage
 
Dim instance As NGraphicsPath
Dim centerX As System.Double
Dim centerY As System.Double
Dim a As System.Double
Dim b As System.Double
Dim angle As System.Double
 
instance.AddEllipse(centerX, centerY, a, b, angle)

Parameters

centerX
centerY
a
b
angle
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