%HI_SetRectRounding( INT in _refId, INT in _rounding1, [, INT in _rounding2 , INT in _rounding3 , INT in _rounding4] )
_refId | Reference to graphic object
(reference variable). |
_rounding1 | rounded corners upper left |
_rounding2 | optional corner rounding parameter upper right, if not specified _rounding1 is used |
_rounding3 | optional corner rounding parameter upper down, if not specified _rounding1 is used |
_rounding4 | optional corner rounding parameter left down, if not specified _rounding1 is used |
Parameters _rounding2,_rounding3,_rounding4 all or none must be entered.
; corner roundings %HI_SetRectRounding(_RFID_BOX, 2, 3, 4, 5) %HI_SetRectRounding(_RFID_BOX, 0, 0, 0, 0) ; shortened %HI_SetRectRounding(_RFID_BOX, 2) ; set all to 2 %HI_SetRectRounding(_RFID_BOX, 0) ; switch off
Pridať komentár