TClientAnchor.CalcImageOriginInPoints Method
Calculates the origin of the image in Points.
Syntax
Namespace: FlexCel.Core
public void CalcImageOriginInPoints(ref Double y, ref Double x, IRowColSize Workbook)
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ref | y | Double | Will return the y coordinate where the object starts. |
| ref | x | Double | Will return the x coordinate where the object starts. |
| Workbook | IRowColSize | Workbook used to know the column widths and row heights. |