FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1

move-stream-origin

Arguments: stream offset

Sets the stream-origin of stream to a new position relative to its current position. offset must be a position object (such as returned by make-position) that specifies the rightward and downward distances by which to move the origin from its current position. stream should be a cg-stream.

To instead move the origin to a new absolute position on the stream's page, call (setf stream-origin).


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page has had moderate revisions compared to the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1