Click or drag to resize

FormActMainRECT(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the FormActMainRECT class

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

Parameters

Left  Int32

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

Top  Int32

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

Right  Int32

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

Bottom  Int32

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

See Also