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

In This Topic
    FillRectangle Method (RenderTarget)
    In This Topic
    void ID2D1RenderTarget::FillRectangle([In] const D2D_RECT_F* rect,[In] ID2D1Brush* brush)
    Syntax
    'Declaration
     
    Public Sub FillRectangle( _
       ByVal rect As RectF, _
       ByVal brush As Brush _
    ) 
    public void FillRectangle( 
       RectF rect,
       Brush brush
    )

    Parameters

    rect
    brush
    See Also