EmbedPixmap
Embeds a pixmap in a visualisation scene.
Syntax
-
EmbedPixmap(pm, a, w[, h])-
pmis a pixmap -
ais a 2D real vector -
wis a positive real number -
his a positive real number
-
Description
EmbedPixmap(pm, a, w, h) embeds pm in the current diagram with its top-left corner at a, width w, and height h. If omitted, h is chosen so that the pixmap’s aspect ratio is preserved. A reference to the visual object is returned.
The AdjustVisual function can be used to adjust the appearance of the object. See Visual settings for a list of applicable settings.