public void AddEllipse( System.double centerX, System.double centerY, System.double a, System.double b, System.double angle )
'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