[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Zeichnet ein Auswahlrechteck.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
void DrawSelectionRectangle(
	Graphics g,
	RectangleF rect
)
Visual Basic
Sub DrawSelectionRectangle ( _
	g As Graphics, _
	rect As RectangleF _
)
F#
abstract DrawSelectionRectangle : 
        g:Graphics * 
        rect:RectangleF -> unit 

Parameters

g
Type: System.Drawing..::..Graphics
Ein Graphics-Objekt.
rect
Type: System.Drawing..::..RectangleF
Das Rechteck.

See Also