Click or drag to resize
RectangleI Constructor (RectangleI)
Copy contructor.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public RectangleI(
	RectangleI rectangle
)

Parameters

rectangle
Type: Slash.Math.Geometry.RectanglesRectangleI
Rectangle to copy.
See Also