| lcDrwUndoRecord | Home |
|
BOOL lcDrwUndoRecord ( HANDLE hDrw, int Mode ); |
| hDrw | |||||||||
| Handle to a drawing object. | |||||||||
| Mode | |||||||||
Can be one of the following values:
| |||||||||
| If the function succeeds, the return value is nonzero (TRUE). |
| lcDrwUndo |
lcDrwUndoRecord( hLcDrw, LC_UNDO_BEGIN ); lcPropPutFloat( hLine, LC_PROP_LINE_X0, X0 ); lcPropPutFloat( hLine, LC_PROP_LINE_Y0, Y0 ); lcPropPutFloat( hLine, LC_PROP_LINE_X1, X1 ); lcPropPutFloat( hLine, LC_PROP_LINE_Y1, Y1 ); lcDrwUndoRecord( hLcDrw, LC_UNDO_END );