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