EllipseGeometry Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EllipseGeometry() | |
EllipseGeometry(Point, Double, Double) |
EllipseGeometry()
public EllipseGeometry ();
Applies to
EllipseGeometry(Point, Double, Double)
public EllipseGeometry (Xamarin.Forms.Point center, double radiusX, double radiusY);
new Xamarin.Forms.Shapes.EllipseGeometry : Xamarin.Forms.Point * double * double -> Xamarin.Forms.Shapes.EllipseGeometry
Parameters
- center
- Point
- radiusX
- System.Double
- radiusY
- System.Double