Section Entity Circle
Methods Introduced:
The method wfcSectionEntityCircle::Create creates a circle entity in a specified section using the center and radius of the circle as inputs.
The methods wfcSectionEntityCircle::GetCenter and wfcSectionEntityCircle::SetCenter retrieve and set the center of the circle using the pfcPoint2D object.
The methods wfcSectionEntityCircle::GetRadius and wfcSectionEntityCircle::SetRadius retrieve and set the radius of the circle.
Was this helpful?