Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / RoundedRectangleGeometry Class / Create Method
an instance of Factory
The coordinates and corner radii of the rounded rectangle geometry.

In This Topic
    Create Method (RoundedRectangleGeometry)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory, _
       ByVal roundedRectangle As RoundedRectangle _
    ) As RoundedRectangleGeometry

    Parameters

    factory
    an instance of Factory
    roundedRectangle
    The coordinates and corner radii of the rounded rectangle geometry.
    See Also