Class TextBox
Inheritance
System.Object
TextBox
Syntax
public class TextBox : IEquatable<TextBox>
Fields
bottom
Declaration
public readonly float bottom
Field Value
| Type |
Description |
| System.Single |
|
direction
Declaration
public readonly TextDirection direction
Field Value
left
Declaration
public readonly float left
Field Value
| Type |
Description |
| System.Single |
|
right
Declaration
public readonly float right
Field Value
| Type |
Description |
| System.Single |
|
top
Declaration
public readonly float top
Field Value
| Type |
Description |
| System.Single |
|
Properties
end
Declaration
public float end { get; }
Property Value
| Type |
Description |
| System.Single |
|
start
Declaration
public float start { get; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Equals(TextBox)
Declaration
public bool Equals(TextBox other)
Parameters
| Type |
Name |
Description |
| TextBox |
other |
|
Returns
| Type |
Description |
| System.Boolean |
|
fromLTBD(Single, Single, Single, Single, TextDirection)
Declaration
public static TextBox fromLTBD(float left, float top, float right, float bottom, TextDirection direction)
Parameters
| Type |
Name |
Description |
| System.Single |
left |
|
| System.Single |
top |
|
| System.Single |
right |
|
| System.Single |
bottom |
|
| TextDirection |
direction |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
toRect()
Declaration
Returns
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()
Operators
Equality(TextBox, TextBox)
Declaration
public static bool operator ==(TextBox left, TextBox right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(TextBox, TextBox)
Declaration
public static bool operator !=(TextBox left, TextBox right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|