Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Basics » CreateEllipsePath
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Creates a closed path containing elliptical, equidistant points.
Syntax
C++
C#
void fil::CreateEllipsePath ( const fil::Point2D& inCenter, float inRadiusX, float inRadiusY, int inPointCount, fil::Path& outPath )