[]
ID2D1EllipseGeometry
[Guid("2cd906a4-12e2-11dc-9fed-001143a055f9")]
public class EllipseGeometry : Geometry, IDisposable, IUnknown
Initializes a new instance of the EllipseGeometry class.
public EllipseGeometry(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Creates an EllipseGeometry.
public static EllipseGeometry Create(Factory factory, Ellipse ellipse)
factory
Factoryan instance of Factory
ellipse
EllipseA value that describes the center point, x-radius, and y-radius of the ellipse geometry.
void ID2D1EllipseGeometry::GetEllipse([Out] D2D1_ELLIPSE* ellipse)
public Ellipse GetEllipse()
Performs an explicit conversion from System.IntPtr to EllipseGeometry.
public static explicit operator EllipseGeometry(IntPtr nativePointer)
nativePointer
System.IntPtr