PixmapShape.Constructor(image as Picture)
From Xojo Documentation
Constructor
Creates a new PixMapShape that is initialized to the passed image.
Example
The following code in the Paint event of a Canvas draws a red oval using the Constructor to initialize the shape: