FillRect(Rectangle?)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Fills a rectangle outline with the current color.

Syntax

public void FillRect(
	Rectangle? rectangle
)

Parameters

rectangle

Rectangle to fill. If null, fills a whole target.


Back to index