SelectClipboard
The SelectClipboard function defines whether drawing operations will
be performed on the primary imagespace or on secondary imagespace.
InitClipboard
bWhere
Parameters
-
bWhere
-
Specifies where the drawing operations will be performed. If True,
the following drawing operations will be performed on local clipboard imagespace.
If False,
the following drawing operations will be performed on the main imagespace.
Note
The secondary imagespace should be created before calling of this function.
Use InitClipboard for that.
Example
See InitClipboard.