Table of Contents

TShapeConnector.Create Method

Creates a new ShapeConnector.

Syntax

Unit: FlexCel.Core

class function TShapeConnector.Create(const aShapeId: Integer; const aAnchorPoint: Integer): TShapeConnector; static; overload;

Parameters

<-> Parameter Type Description
const aShapeId Integer The ID of the shape where this shape is linked. A negative value means the shape is not connected
const aAnchorPoint Integer This integer defines the anchor point used to link the connection.

See also