Chapter Contents |
Previous |
Next |
Image Data Model: _rotate |
Syntax | |
Example |
Syntax |
CALL SEND (object-id, '_rotate', degrees); |
Argument | Type | Description |
---|---|---|
degrees |
N | the number of degrees to rotate the image clockwise; can be 90, 180, or 270 |
Example |
This example rotates an image 180 degrees:
call send(imgdat_id,'_rotate',180);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.