Toolbox 0.0.1
Ritchie's accessible game engine'
Loading...
Searching...
No Matches
Padding Struct Reference

Public Member Functions

 Padding (int left, int top, int right, int bottom)
 
 Padding (int horizontal, int vertical)
 
 Padding (int uniform)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static implicit operator Padding (int uniform)
 
static bool operator== (Padding left, Padding right)
 
static bool operator!= (Padding left, Padding right)
 

Public Attributes

int Left
 
int Top
 
int Right
 
int Bottom
 

Properties

int Vertical [get]
 
int Horizontal [get]
 
Point TopLeft [get]
 
Point TopRight [get]
 
Point BottomLeft [get]
 
Point BottomRight [get]
 
Point Size [get]
 

The documentation for this struct was generated from the following file: