ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / RectangleGeometry Class / Create Method
an instance of Factory
The coordinates of the rectangle geometry.

In This Topic
    Create Method (RectangleGeometry)
    In This Topic
    Creates an RectangleGeometry.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory, _
       ByVal rectangle As RectF _
    ) As RectangleGeometry
    public static RectangleGeometry Create( 
       Factory factory,
       RectF rectangle
    )

    Parameters

    factory
    an instance of Factory
    rectangle
    The coordinates of the rectangle geometry.
    See Also