[]
Represents an anchor point for the drawing element.
public struct AnchorPoint
Public Structure AnchorPoint
Name | Description |
---|---|
AnchorPoint(int, double, int, double) | Initializes a new instance of the AnchorPoint struct. |
Name | Description |
---|---|
Origin | Represents the origin point. |
Name | Description |
---|---|
Column | Gets or sets the column index of the anchor cell. |
ColumnOffset | Gets or sets the column offset of the drawing element. |
Row | Gets or sets the row index of the anchor cell. |
RowOffset | Gets or sets the row offset of the drawing element. |