IPlatformRenderInterface.

CreateEllipseGeometry(Rect) Method

Summary

Creates an ellipse geometry implementation.
Namespace
Avalonia.Platform
Containing Type
IPlatformRenderInterface

Syntax

IGeometryImpl CreateEllipseGeometry(Rect rect)

Parameters

Name Type Description
rect Rect The bounds of the ellipse.

Return Value

Type Description
IGeometryImpl An ellipse geometry..