Table of Contents

TTMSFNCBloxLinkableBlock.GetSurroundBlockPath Method

Fills the supplied path with the outline that surrounds the current block, in client coordinates, for use in path-based drawing modes.

API unit family: TMSFNCBloxCoreBlock Declaring type: TTMSFNCBloxLinkableBlock Inherited from: TTMSFNCBloxBlock

Syntax

procedure GetSurroundBlockPath(APath: TTMSFNCBloxPath; ADrawer: TTMSFNCBloxBlockDrawer); virtual;

Parameters

Name Description
APath The path that receives the surrounding outline. It is reset first.
ADrawer The drawer that supplies the rectangles and transformations.