Struct HorizontalPad
Horizontal padding struct
Assembly: Terminaux.dll
Syntax
public struct HorizontalPad
Constructors
|
Edit this page
View Source
HorizontalPad(int, int)
Makes a new horizontal padding instance
Declaration
public HorizontalPad(int left, int right)
Parameters
Type |
Name |
Description |
int |
left |
A left padding
|
int |
right |
A right padding
|
Properties
|
Edit this page
View Source
Left
Declaration
public readonly int Left { get; }
Property Value
|
Edit this page
View Source
Right
Declaration
public readonly int Right { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
System.ValueType.Equals(object)
|
Edit this page
View Source
Equals(HorizontalPad)
Declaration
public bool Equals(HorizontalPad other)
Parameters
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
System.ValueType.GetHashCode()
Operators
|
Edit this page
View Source
operator ==(HorizontalPad, HorizontalPad)
Declaration
public static bool operator ==(HorizontalPad left, HorizontalPad right)
Parameters
Returns
|
Edit this page
View Source
operator !=(HorizontalPad, HorizontalPad)
Declaration
public static bool operator !=(HorizontalPad left, HorizontalPad right)
Parameters
Returns