Click or drag to resize

IntRect(Int64, Int64, Int64, Int64) Constructor

Initializes a new instance of the IntRect class

Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IntRect(
	long l,
	long t,
	long r,
	long b
)

Parameters

l  Int64

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

t  Int64

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

r  Int64

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

b  Int64

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

See Also