[]
ID2D1RectangleGeometry
[Guid("2cd906a2-12e2-11dc-9fed-001143a055f9")]
public class RectangleGeometry : Geometry, IDisposable, IUnknown
Initializes a new instance of the RectangleGeometry class.
public RectangleGeometry(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Creates an RectangleGeometry.
public static RectangleGeometry Create(Factory factory, RectF rectangle)
void ID2D1RectangleGeometry::GetRect([Out] D2D_RECT_F* rect)
public RectF GetRectangle()
Performs an explicit conversion from System.IntPtr to RectangleGeometry.
public static explicit operator RectangleGeometry(IntPtr nativePointer)
nativePointer
System.IntPtr