Constructor Ellipse
- Namespace
- DotNetBrowser.Geometry
- Assembly
- DotNetBrowser.dll
Ellipse(float, float, float)
Initializes a new instance of the Ellipse class with the specified radiusX
and
radiusY
radii.
public Ellipse(float radiusX, float radiusY, float rotationAngle = 0)