Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
SVG_SET_ROUNDING_RECT
|
SVG_SET_ROUNDING_RECT ( svgObject ; roundedX {; roundedY} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
svgObject | SVG_Ref |
![]() |
Reference of SVG element | |||||
roundedX | Lange Ganzzahl |
![]() |
Radius on X axis | |||||
roundedY | Lange Ganzzahl |
![]() |
Radius on Y axis | |||||
The SVG_SET_ROUNDING_RECT command can be used to set the radii of the ellipse used to round the corners of a rectangle having the svgObject reference. If these attributes already exist, their values are replaced by those passed as parameters. If svgObject is not the reference of a rectangle, an error is generated.
The values are expected in the user coordinate system.
$svg :=SVG_New ` Create a new document
$object:=SVG_New_rect($svg ;10;10;200;100)
SVG_SET_ROUNDING_RECT($object;20) `Round the corners
Produkt: 4D
Thema: Attributes
Nummer:
65935
Erstellt: Composant 4D SVG v11.3
4D SVG ( 4D v20)