CADability dotNET
Creates a new BoundingRect from the provided System.Drawing.rectangle

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public BoundingRect(
	Rectangle r
)
Visual Basic
Public Sub New ( _
	r As Rectangle _
)
Visual C++
public:
BoundingRect(
	Rectangle r
)

Parameters

r
Type: System.Drawing..::..Rectangle
das gegebene Rechteck

See Also