ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / EllipseGeometry Class / Create Method
an instance of Factory
A value that describes the center point, x-radius, and y-radius of the ellipse geometry.

In This Topic
    Create Method (EllipseGeometry)
    In This Topic
    Creates an EllipseGeometry.
    Syntax
    '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.
    See Also