DX9ToolsR4 - Created by: X

GeoHelpers.GenerateEllipsePoints Method (RectangleF, PointF[])

Generates an array of Point types that represent an ellipse.

[Visual Basic]
Overloads Public Shared Sub GenerateEllipsePoints( _
   ByVal R As RectangleF, _
   ByRef Pts As PointF() _
)
[C#]
public static void GenerateEllipsePoints(
   RectangleF R,
   ref PointF[] Pts
);

Parameters

R
The rectangle that specifies the bounnds of the ellipse.
Pts
The varible that will be used to store the array of PointF types that represent the ellipse.

See Also

GeoHelpers Class | CBX.Libs.DX9ToolsR4 Namespace | GeoHelpers.GenerateEllipsePoints Overload List