Click or drag to resize

ToolTipRect Constructor

Data object for containing tool tip text within a plane

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public ToolTipRect(
	int ItemIndex,
	string ToolTipText,
	float x,
	float y,
	float w,
	float h
)

Parameters

ItemIndex
Type: SystemInt32
If it has an index within a list to point to
ToolTipText
Type: SystemString

[Missing <param name="ToolTipText"/> documentation for "M:Advanced_Combat_Tracker.ToolTipRect.#ctor(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single)"]

x
Type: SystemSingle
X Location
y
Type: SystemSingle
Y Location
w
Type: SystemSingle
Width
h
Type: SystemSingle
Height
See Also