Table of Contents

TTMSFNCGraphicsModifyRectMode Enumeration

Specifies how ModifyRect adjusts the position and size of a rectangle.

API unit family: TMSFNCGraphicsTypes

Members

Name Description
gcrmNone No modification; the rectangle is returned unchanged.
gcrmExpandAll All sides are expanded outward.
gcrmShrinkAll All sides are shrunk inward.
gcrmShiftRightAndExpandHeight The rectangle is shifted right and its height is increased.
gcrmShiftDownAndExpandWidth The rectangle is shifted down and its width is increased.
gcrmShiftRightAndShrinkHeight The rectangle is shifted right and its height is decreased.
gcrmShiftRightDown The rectangle is shifted right and down.
gcrmShiftRightUp The rectangle is shifted right and up.
gcrmShiftLeftUp The rectangle is shifted left and up.
gcrmShiftLeftDown The rectangle is shifted left and down.
gcrmShiftUpAndExpandWidth The rectangle is shifted up and its width is increased.
gcrmShiftLeftAndExpandHeight The rectangle is shifted left and its height is increased.