'Declaration Public Shared Function Create( _ ByVal factory As Factory, _ ByVal ellipse As Ellipse _ ) As EllipseGeometry
public static EllipseGeometry Create( Factory factory, Ellipse ellipse )
Parameters
- factory
- an instance of Factory
- ellipse
- A value that describes the center point, x-radius, and y-radius of the ellipse geometry.