GridPadSpanAnchorExt extension
Methods
-
bottomBound(
int row, int span) → int -
Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension
Bottom row index for a specificrow
andspan
base on the caller anchor. -
leftBound(
int column, int span) → int -
Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension
Left column index for a specificcolumn
andspan
base on the caller anchor. -
rightBound(
int column, int span) → int -
Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension
Right column index for a specificcolumn
andspan
base on the caller anchor. -
topBound(
int row, int span) → int -
Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension
Top row index for a specificrow
andspan
base on the caller anchor.