clearSelection method
Deselects all graphics in the graphics overlay.
Implementation
void clearSelection() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_GraphicsOverlay_clearSelection(_handle, errorHandler);
});
}
Deselects all graphics in the graphics overlay.
void clearSelection() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_GraphicsOverlay_clearSelection(_handle, errorHandler);
});
}