You are here: Start » AVL.NET » AVL.CreateEllipsePath(AvlNet.Point2D, float, float, int, AvlNet.Path)
AVL.CreateEllipsePath(AvlNet.Point2D, float, float, int, AvlNet.Path)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateEllipsePath( AvlNet.Point2D inCenter, float inRadiusX, float inRadiusY, int inPointCount, out AvlNet.Path outPath )
Parameters
- inCenter
- Type: AvlNet.Point2D
- inRadiusX
- Type: System.Single
- inRadiusY
- Type: System.Single
- inPointCount
- Type: System.Int32
- outPath
- Type: AvlNet.Path
