DrawRect(Rectangle?)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Draws a rectangle outline with the current color.

Syntax

public void DrawRect(
	Rectangle? rectangle
)

Parameters

rectangle

Rectangle to draw outline for. If null, outlines a whole target.


Back to index