Arguments
Name | Input/Output | Required? | Type | Comment |
path | In | | String | Enter the file path.
|
format | In | | String | Enter the file format.
|
Example
Let f (Feature)
set f = …
let b (Bitmap)
b = CreateBitmapFromObject(f, 400,300)
if b <> NULL
{
b.Save(“e:\\tmp\\test.png”, “PNG”)
}