IntRect Constructor (IntRect) |
Initializes a new instance of the
IntRect class
Namespace:
ClipperLib
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IntRect(
IntRect ir
)
Public Sub New (
ir As IntRect
)
public:
IntRect(
IntRect ir
)
new :
ir : IntRect -> IntRect
Parameters
- ir
- Type: ClipperLibIntRect
[Missing <param name="ir"/> documentation for "M:ClipperLib.IntRect.#ctor(ClipperLib.IntRect)"]
See Also