NinePatchMargin Struct Reference

Structure for storing 9-patch information. More...

List of all members.

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.

Detailed Description

Structure for storing 9-patch information.


Constructor & Destructor Documentation

NinePatchMargin ( int  left,
int  top,
int  right,
int  bottom 
)

Constructor.

Parameters:
leftLeft margin
topTop margin
rightRight margin
bottomBottom margin