[]
Initializes a new instance of the AnchorPoint struct.
public AnchorPoint(int row, double rowOffset, int column, double columnOffset)
Public Sub New(row As Integer, rowOffset As Double, column As Integer, columnOffset As Double)
Type | Name | Description |
---|---|---|
int | row | The row index of the anchor cell. |
double | rowOffset | The vertical position of the drawing element, relative to the upper-left corner of the anchor cell. |
int | column | The column index of the anchor cell. |
double | columnOffset | The horizontal position of the drawing element, relative to the upper-left corner of the anchor cell. |