AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
ScreenShot (MemoryImage img, Camera camera) | |
MemoryImage | GetImage () |
Camera | GetCamera () |
Vector3 | ReadColor (long x, long y) |
Vector3 | ReadColor (Vector3 worldPt) |
void | ToBGR () |
boolean | SaveFile (String fileName) |
Uint8List | CreateMemoryImage () |
int | SampleGBR (Vector3 worldPt, int offset) |
<>
Take snapshot for the screen.
int ScreenShot.SampleGBR | ( | Vector3 | worldPt, |
int | offset | ||
) |
Get the RGB color
worldPt | the position |
offset | the offset |