|
Lynkeos
|
Selection handling in MyImageView. More...
#import <MyImageView.h>
Instance Methods | |
| (void) | - getSelectionAtIndex:rect:resizable:movable: |
| Get all the details of a selection. More... | |
| (void) | - initCursors |
| Initialize all the selection related cursors. More... | |
Selection handling in MyImageView.
| - (void) getSelectionAtIndex: | (u_short) | index | |
| rect: | (LynkeosIntegerRect*) | rect | |
| resizable: | (BOOL*) | resize | |
| movable: | (BOOL*) | move | |
Get all the details of a selection.
| index | The index of the required selection |
| rect | [out] the selection rectangle |
| resize | [out] wether the selection is resizable |
| move | [out] wether the selection is movable |
Extends class MyImageView.
| - (void) initCursors |
1.8.4