TClientAnchor.CalcImageCoordsInPoints Method
Calculates the width and height of the image in Points.
Syntax
Unit: FlexCel.Core
procedure TClientAnchor.CalcImageCoordsInPoints(var height: Double; var width: Double; const Workbook: IRowColSize);
Parameters
<-> |
Parameter |
Type |
Description |
var |
height |
Double |
Will return the height of the object. |
var |
width |
Double |
Will return the width of the object. |
const |
Workbook |
IRowColSize |
Workbook used to know the column widths and row heights. |
See also