Click or drag to resize

IntRect Constructor (Int64, Int64, Int64, Int64)

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(
	long l,
	long t,
	long r,
	long b
)

Parameters

l
Type: SystemInt64

[Missing <param name="l"/> documentation for "M:ClipperLib.IntRect.#ctor(System.Int64,System.Int64,System.Int64,System.Int64)"]

t
Type: SystemInt64

[Missing <param name="t"/> documentation for "M:ClipperLib.IntRect.#ctor(System.Int64,System.Int64,System.Int64,System.Int64)"]

r
Type: SystemInt64

[Missing <param name="r"/> documentation for "M:ClipperLib.IntRect.#ctor(System.Int64,System.Int64,System.Int64,System.Int64)"]

b
Type: SystemInt64

[Missing <param name="b"/> documentation for "M:ClipperLib.IntRect.#ctor(System.Int64,System.Int64,System.Int64,System.Int64)"]

See Also