x4Trace Documentation v1.0
|
Represents a margin. More...
Public Member Functions | |
IMargin (int left, int top, int bottom, int right) | |
Public Attributes | |
int | left |
Left margin. | |
int | top |
Top margin. | |
int | bottom |
Bottom margin. | |
int | right |
Right margin. | |
Represents a margin.
IGraphics.GInterface.IMargin.IMargin | ( | int | left, |
int | top, | ||
int | bottom, | ||
int | right ) |
left | Left margin. |
top | Top margin. |
bottom | Bottom margin. |
right | Right margin. |