ComponentOne Bitmap for WPF
Create Method (EllipseGeometry)

C1.WPF.DX.4 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.
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

Reference

EllipseGeometry Class
EllipseGeometry Members