Click or drag to resize

Rect64(Int64, Int64, Int64, Int64) Constructor

Initializes a new instance of the Rect64 class

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Rect64(
	long l,
	long t,
	long r,
	long b
)

Parameters

l  Int64

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

t  Int64

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

r  Int64

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

b  Int64

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

See Also