Structure for storing 9-patch information. More...
Public Member Functions | |
NinePatchMargin (int left, int top, int right, int bottom) | |
Constructor. | |
Public Attributes | |
int | Left |
Left margin. | |
int | Top |
Top margin. | |
int | Right |
Right margin. | |
int | Bottom |
Bottom margin. | |
Static Public Attributes | |
static readonly NinePatchMargin | Zero = new NinePatchMargin() |
Instance when the value of each member is 0. |
Structure for storing 9-patch information.
NinePatchMargin | ( | int | left, |
int | top, | ||
int | right, | ||
int | bottom | ||
) |
Constructor.
left | Left margin |
top | Top margin |
right | Right margin |
bottom | Bottom margin |