[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.CommandSinkNative.FillRectangle

FillRectangle Method

FillRectangle(RectF, Brush)

HRESULT ID2D1CommandSink::FillRectangle([In] const D2D_RECT_F* rect,[In] ID2D1Brush* brush)

Declaration
public void FillRectangle(RectF rect, Brush brush)
Parameters
Type Name Description
RectF rect
Brush brush
Implements