call CwClearSelectionRectangle
Il rettangolo di selezione è quello creato normalmente cliccando e trascinando il mouse su una vista. È usato per selezionare oggetti, definirne le dimensioni iniziali o delineare un gruppo. Può essere realizzato tramite l'interfaccia utente oppure chiamando CwSetSelectionRectangle.
call CwSetSelectionRectangle 5, 5, 10, 10 s = CwGetSelectionRectangle(rect2) say s rect2.x rect2.y rect2.width rect2.height -> 1 5.0 5.0 10.0 10.0 call CwClearSelectionRectangle s = CwGetSelectionRectangle(rect2) say s rect2.x rect2.y rect2.width rect2.height -> 0 0.0 0.0 0.0 0.0
![]() Funzioni per NOME |
![]() Indice |
![]() Funzioni per SCOPO |