Struct Padding
Assembly: Terminaux.dll
Syntax
Constructors
|
Edit this page
View Source
Padding(int, int, int, int)
Makes a new padding instance
Declaration
public Padding(int left, int top, int right, int bottom)
Parameters
Type |
Name |
Description |
int |
left |
A left padding
|
int |
top |
A top padding
|
int |
right |
A right padding
|
int |
bottom |
A bottom padding
|
Properties
|
Edit this page
View Source
Bottom
Declaration
public readonly int Bottom { get; }
Property Value
|
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
|
Edit this page
View Source
Top
Declaration
public readonly int Top { 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(Padding)
Declaration
public bool Equals(Padding other)
Parameters
Type |
Name |
Description |
Padding |
other |
|
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
System.ValueType.GetHashCode()
Operators
|
Edit this page
View Source
operator ==(Padding, Padding)
Declaration
public static bool operator ==(Padding left, Padding right)
Parameters
Returns
|
Edit this page
View Source
operator !=(Padding, Padding)
Declaration
public static bool operator !=(Padding left, Padding right)
Parameters
Returns