Click or drag to resize

FormActMainRECT Constructor (Int32, Int32, Int32, Int32)

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public RECT(
	int Left,
	int Top,
	int Right,
	int Bottom
)

Parameters

Left
Type: SystemInt32

[Missing <param name="Left"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

Top
Type: SystemInt32

[Missing <param name="Top"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

Right
Type: SystemInt32

[Missing <param name="Right"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

Bottom
Type: SystemInt32

[Missing <param name="Bottom"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also