Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
SVG_PATH_MOVE_TO

SVG_PATH_MOVE_TO 


 

SVG_PATH_MOVE_TO ( parentSVGObject ; x ; y ) 
Parameter Typ   Beschreibung
parentSVGObject  SVG_Ref in Reference of path
Lange Ganzzahl in Coordinate on X axis
Lange Ganzzahl in 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.

Example  

See the examples for the SVG_New_path command.



Siehe auch 

SVG_New_path

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Drawing
Nummer: 65965

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)