| ImageEn, unit imageenview |
|
TImageEnView.GetGripAt
Declaration
function GetGripAt(x, y: Integer): TIEGrip;
Description
Returns the selection grip at mouse position specified by
x, y (or ieNone if a grip is not found).
Example
g := ImageEnView1.GetGripAt( x, y );