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

Home

 
4D v20 R7
SVG_SET_XY

SVG_SET_XY 


 

SVG_SET_XY ( svgObject ; x {; y} ) 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG element
Lange Ganzzahl in Coordinate on X axis
Lange Ganzzahl in Coordinate on Y axis

The SVG_SET_XY command can be used to set the coordinates of the top left corner of the rectangular area where the SVG object having the svgObject reference is placed. If these attributes already exist, their values are replaced by those passed as parameters. If svgObject is an SVG element that does not accept this attribute, an error is generated.

The values are expected in the user coordinate system.

 $svg :=SVG_New `Create a new document
 $object:=SVG_New_image($svg;"#Pictures/logo4D.png") `Place the logo
 SVG_SET_XY($object;10;40) `Modify the position of the picture

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Attributes
Nummer: 65937

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)