Table of Contents

TClientAnchor.CalcImageCoordsInPoints Method

Calculates the width and height of the image in Points.

Syntax

Namespace: FlexCel.Core

public void CalcImageCoordsInPoints(ref Double height, ref Double width, IRowColSize Workbook)

Parameters

<-> Parameter Type Description
ref height Double Will return the height of the object.
ref width Double Will return the width of the object.
Workbook IRowColSize Workbook used to know the column widths and row heights.

See also