Table of Contents

TTMSFNCBloxLinkableBlock.MovePosition Method

Moves the block by the given horizontal and vertical offsets.

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

Syntax

procedure MovePosition(ADeltaX, ADeltaY: double); override;

Parameters

Name Description
ADeltaX Horizontal offset to add to the position.
ADeltaY Vertical offset to add to the position.