SECLNAlign::SetMargins
Set alignment margins
Defined in: ALIGN.CPP
Syntax
SetMargins(int nLeft,int nRight,int nTop,int nBottom)
SetMargins(int nHorzMargin,int nVertMargin)
SetMargins(int nMargin)
Return Value
void
Parameters
nLeft
left margin
nRight
right margin
nTop
top margin
nBottom
bottom margin
nHorzMargin
left and right margin
nVertMargin
top and bottom margin
nMargin
left, right, top, and bottom margin
Comments
Use this function to specify external padding for the alignment layout