ImageEn, unit iexUserInteractions

TIETransformToolInteraction.GripRect

TIETransformToolInteraction.GripRect


Declaration

property GripRect[Index: Integer]: TPoint;


Description

Returns the center of one of the grips that specify the extent of the Thin Plate Spline Shape transformation (in screen coordinates).



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
ImageEnView1.TransformTool.GripRect[0] := Point( 100, 100 );


See Also

 GripCount