ImageEn, unit iexUserInteractions

TIETransformToolInteraction.GripCount

TIETransformToolInteraction.GripCount


Declaration

property GripCount: Index;


Description

Specifies the number of grips that are available to transformation the image.
Valid values are: 4, 8, 12. Other values will be ignored.


Note: Setting GripCount will be reset the current selection

Default: 12


Example

ImageEnView1.TransformTool.GripCount := 4;
//  GRIP RECTS:
//  0  1
//  3  2

ImageEnView1.TransformTool.GripCount := 8;
//  GRIP RECTS:
//  0  1  2
//  7     3
//  6  5  4

ImageEnView1.TransformTool.GripCount := 12;
//  GRIP RECTS:
//  0  1  2  3
// 11        4
// 10        5
//  9  8  7  6


See Also

 GripRect