| 4D v18SVG_PATH_MOVE_TO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v18
 SVG_PATH_MOVE_TO 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SVG_PATH_MOVE_TO ( parentSVGObject ; x ; y ) | ||||||||
| Parameter | Type | Description | ||||||
| parentSVGObject | SVG_Ref |   | Reference of path | |||||
| x | Longint |   | Coordinate on X axis | |||||
| y | Longint |   | Coordinate on Y axis | |||||
The SVG_PATH_MOVE_TO command begins a new subpath at the point of the given coordinates (x, y) in the path referenced by parentSVGObject. If parentSVGObject is not a path reference (‘path’ element), an error is generated.
The effect produced is as if the “pen” were lifted and moved to a new location. The current point becomes the new starting point which will be taken into account by the SVG_PATH_CLOSE command.
See the examples for the SVG_New_path command.
	Product:  4D
	Theme:  Drawing
	Number:  
        65965
        
        
        
	
	Created:  Composant 4D SVG v11.3
	
	
	
	
	4D SVG Component ( 4D v18)
	
	
 Add a comment
Add a comment