WriteArtworkNoCaption:
PROC [writer: TiogaAccess.Writer, action:
PROC [Imager.Context], bounds: Imager.Rectangle, m: Imager.Transformation ¬
NIL, clip:
BOOL ¬
TRUE, fit:
BOOL ¬
FALSE];
Creates a Tioga Artwork node and appends it onto the writer.
Use TiogaAccess to put the contents of the writer somewhere interesting.
m transforms client coordinates to the Imager Initial Coordinate System (meters).
bounds are in client coordinates.
ReplaceArtwork:
PROC [action:
PROC [Imager.Context], bounds: Imager.Rectangle, m: Imager.Transformation ¬
NIL, clip:
BOOL ¬
TRUE, fit:
BOOL ¬
FALSE];
Creates a Tioga Artwork node and replaces the current selection with it.