CanvasGeometryCreateEllipse Method (ICanvasResourceCreator, Single, Single, Single, Single) |
Creates a new ellipse geometry object with the specified extents.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public static CanvasGeometry CreateEllipse(
ICanvasResourceCreator resourceCreator,
float x,
float y,
float radiusX,
float radiusY
)
Parameters
- resourceCreator
- Type: Microsoft.Graphics.CanvasICanvasResourceCreator
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- radiusX
- Type: SystemSingle
- radiusY
- Type: SystemSingle
Return Value
Type:
CanvasGeometryRemarks The resource creator parameter can be null if the geometry will never be drawn onto a CanvasDevice.
See Also