Data object for containing tool tip text within a plane
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic ToolTipRect(
int ItemIndex,
string ToolTipText,
float x,
float y,
float w,
float h
)
Parameters
- ItemIndex Int32
- If it has an index within a list to point to
- ToolTipText String
[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 Single
- X Location
- y Single
- Y Location
- w Single
- Width
- h Single
- Height
See Also