| lcGripAdd | Home |
|
BOOL lcGripAdd ( HANDLE hLcWnd, HANDLE hEntity, int iGrip, int GripType, double X, double Y, double Angle, double Y0, double Y0 ); |
| hLcWnd | |||||||||||||
| Handle to LiteCAD graphics window. | |||||||||||||
| hEntity | |||||||||||||
| Handle to the entity that owns the grip. | |||||||||||||
| iGrip | |||||||||||||
| Index of the grip (within an entity). | |||||||||||||
| GripType | |||||||||||||
Type of the grip. Can be one of the following values:
| |||||||||||||
| X, Y | |||||||||||||
| Grip position. | |||||||||||||
| Angle | |||||||||||||
| Grip angle. | |||||||||||||
| X0, Y0 | |||||||||||||
| Grip basepoint position. | |||||||||||||
| If the function succeeds, the return value is nonzero (TRUE). |
| lcGripClear, lcGripSet |