[]
ID2D1RoundedRectangleGeometry
[Guid("2cd906a3-12e2-11dc-9fed-001143a055f9")]
public class RoundedRectangleGeometry : Geometry, IDisposable, IUnknown
Initializes a new instance of the RoundedRectangleGeometry class.
public RoundedRectangleGeometry(IntPtr nativePtr)
nativePtr System.IntPtrThe native pointer.
Creates an RoundedRectangleGeometry.
public static RoundedRectangleGeometry Create(Factory factory, RoundedRectangle roundedRectangle)
factory Factoryan instance of Factory
roundedRectangle RoundedRectangleThe coordinates and corner radii of the rounded rectangle geometry.
void ID2D1RoundedRectangleGeometry::GetRoundedRect([Out] D2D1_ROUNDED_RECT* roundedRect)
public RoundedRectangle GetRoundedRect()
Performs an explicit conversion from System.IntPtr to RoundedRectangleGeometry.
public static explicit operator RoundedRectangleGeometry(IntPtr nativePointer)
nativePointer System.IntPtr