RBRectangle(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the RBRectangle class

Definition

Namespace: KLib.Geometry
Assembly: KLib.Geometry (in KLib.Geometry.dll) Version: 1.0.3.9 (1.0.3.9)
C#
public RBRectangle(
	int X,
	int Y,
	int W,
	int H
)

Parameters

X  Int32

[Missing <param name="X"/> documentation for "M:KLib.Geometry.RBRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

Y  Int32

[Missing <param name="Y"/> documentation for "M:KLib.Geometry.RBRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

W  Int32

[Missing <param name="W"/> documentation for "M:KLib.Geometry.RBRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

H  Int32

[Missing <param name="H"/> documentation for "M:KLib.Geometry.RBRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also