This function is used to create an image from an object that implements a visualization protocol. The creation depends on the passed object.
This page discusses:
CreateBitmapFromObject(obj : Feature, w : Integer, h : Integer) : Bitmap
obj
w
h
Bitmap
Let f (Feature) set f = ... let b (Bitmap) b = CreateBitmapFromObject(f, 400,300) if b <> NULL { b.Save("e:\\tmp\\test.png", "PNG") }