Table of Contents

TTMSFNCGraphicsModifyPointMode Enumeration

Specifies how ModifyPoint adjusts a point's position.

API unit family: TMSFNCGraphicsTypes

Members

Name Description
gcpmNone No modification; the point is returned unchanged.
gcpmLeftUp The point is shifted left and up.
gcpmRightDown The point is shifted right and down.
gcpmLeftDown The point is shifted left and down.
gcpmRightUp The point is shifted right and up.