Table of Contents

TClientAnchor.CalcImageOriginInPoints Method

Calculates the origin of the image in Points.

Syntax

Unit: FlexCel.Core

procedure TClientAnchor.CalcImageOriginInPoints(var y: Double; var x: Double; const Workbook: IRowColSize);

Parameters

<-> Parameter Type Description
var y Double Will return the y coordinate where the object starts.
var x Double Will return the x coordinate where the object starts.
const Workbook IRowColSize Workbook used to know the column widths and row heights.

See also