DX9ToolsR4 - Created by: X

GeoHelpers.GenerateEllipsePoints Method

Generates an array of Point types that represent an ellipse.

Overload List

Generates an array of Point types that represent an ellipse.

public static void GenerateEllipsePoints(RectangleF,Orientation,ref Vector3[]);

Generates an array of Point types that represent an ellipse.

public static void GenerateEllipsePoints(RectangleF,Orientation,int,float,float,ref Vector3[]);

Generates an array of Point types that represent an ellipse.

public static void GenerateEllipsePoints(RectangleF,ref Vector2[]);

Generates an array of Point types that represent an ellipse.

public static void GenerateEllipsePoints(RectangleF,ref Vector3[]);

Generates an array of Point types that represent an ellipse.

public static void GenerateEllipsePoints(RectangleF,ref Point[]);

Generates an array of Point types that represent an ellipse.

public static void GenerateEllipsePoints(RectangleF,ref PointF[]);

Generates an array of Point types that represent an ellipse.

public static void GenerateEllipsePoints(RectangleF,int,float,float,ref Vector2[]);

See Also

GeoHelpers Class | CBX.Libs.DX9ToolsR4 Namespace