 | RectangleI Constructor (RectangleI) |
Copy contructor.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic RectangleI(
RectangleI rectangle
)
Public Sub New (
rectangle As RectangleI
)
public:
RectangleI(
RectangleI^ rectangle
)
new :
rectangle : RectangleI -> RectangleI
Parameters
- rectangle
- Type: Slash.Math.Geometry.RectanglesRectangleI
Rectangle to copy.
See Also