4D v14SVG_ADD_POINT |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14
SVG_ADD_POINT
|
SVG_ADD_POINT ( parentSVGObject ; x ; y {; x2 ; y2 ; ... ; xN ; yN} ) | ||||||||
Parameter | Type | Description | ||||||
parentSVGObject | SVG_Ref |
![]() |
Reference of parent element | |||||
x | Longint |
![]() |
Coordinate on X axis of new point(s) | |||||
y | Longint |
![]() |
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_path command.
Product: 4D
Theme: Drawing
Number:
65960
Created: Composant 4D SVG v11.3
SVG_New_path
SVG_New_polygon
SVG_New_polyline
4D SVG Component ( 4D v13)
4D SVG Component ( 4D v12)
4D SVG Component ( Composant 4D SVG v11.4)
4D SVG Component ( 4D v14 R2)
4D SVG Component ( 4D v14)
4D SVG Component ( 4D v14 R3)
4D SVG Component ( 4D v14 R4)