ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory Class / CreateRoundedRectangleGeometry Method

In This Topic
    CreateRoundedRectangleGeometry Method
    In This Topic
    HRESULT ID2D1Factory::CreateRoundedRectangleGeometry([In] const D2D1_ROUNDED_RECT* roundedRectangle,[Out, Fast] ID2D1RoundedRectangleGeometry** roundedRectangleGeometry)
    Syntax
    'Declaration
     
    Public Function CreateRoundedRectangleGeometry( _
       ByRef roundedRectangle As RoundedRectangle _
    ) As RoundedRectangleGeometry
    public RoundedRectangleGeometry CreateRoundedRectangleGeometry( 
       ref RoundedRectangle roundedRectangle
    )

    Parameters

    roundedRectangle
    See Also