Table of Contents

TTMSFNCBloxBlock.MovePosition Method

Moves the block by the given horizontal and vertical offsets.

API unit family: TMSFNCBloxCoreBlock Declaring type: 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.