GeoHelpers.GenerateEllipsePoints Method (RectangleF, Int32, Single, Single, Vector2[])
Generates an array of Point types that represent an ellipse.
[Visual Basic] Overloads Public Shared Sub GenerateEllipsePoints( _ ByVal R As RectangleF, _ ByVal NumPoints As Integer, _ ByVal DegPerPoint As Single, _ ByVal StartDeg As Single, _ ByRef Pts As Vector2() _ )