FillRectangle(Rectangle,RasterOperationCode) Method
In This Topic
Fills the specified rectangle by using the current brush of device context.
Syntax
'Declaration
Public Overloads Overridable Sub FillRectangle( _
ByVal As Rectangle, _
ByVal As RasterOperationCode _
)
public virtual void FillRectangle(
Rectangle ,
RasterOperationCode
)
Parameters
- rectangle
- A System.Drawing.Rectangle indicates the rectangle to fill.
- rasterOperationCode
- A DeviceContext.RasterOperationCode indicates the rester operation code.
See Also