Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / RenderTarget Class / DrawRoundedRectangle Method

In This Topic
    DrawRoundedRectangle Method
    In This Topic
    void ID2D1RenderTarget::DrawRoundedRectangle([In] const D2D1_ROUNDED_RECT* roundedRect,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle)
    Syntax
    'Declaration
     
    Public Sub DrawRoundedRectangle( _
       ByVal roundedRect As RoundedRectangle, _
       ByVal brush As Brush, _
       ByVal strokeWidth As System.Single, _
       Optional ByVal strokeStyle As StrokeStyle _
    ) 
    public void DrawRoundedRectangle( 
       RoundedRectangle roundedRect,
       Brush brush,
       System.float strokeWidth,
       StrokeStyle strokeStyle
    )

    Parameters

    roundedRect
    brush
    strokeWidth
    strokeStyle
    See Also