Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SVG_ADD_POINT
|
SVG_ADD_POINT ( parentSVGObject ; x ; y {; x2 ; y2 ; ... ; xN ; yN} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
parentSVGObject | SVG_Ref |
![]() |
Reference of parent element | |||||
x | Lange Ganzzahl |
![]() |
Coordinate on X axis of new point(s) | |||||
y | Lange Ganzzahl |
![]() |
Coordinate onY xis of new point(s) | |||||
The SVG_ADD_POINT command adds one or more segments to the path referenced by parentSVGObject. The path may be of the ‘path’, ‘polyline’ or ‘polygon’ type. If parentSVGObject is not a path reference of this type, an error is generated.
If several pairs of coordinates are passed, the different points will be added successively. In this case, if the last pair of coordinates is incomplete (missing y), it will be ignored.
See the examples for the SVG_New_polyline command.
Produkt: 4D
Thema: Drawing
Nummer:
65960
Erstellt: Composant 4D SVG v11.3
4D SVG ( 4D v20 R7)