4D v16

SVG_SET_TRANSFORM_MATRIX

Home

 
4D v16
SVG_SET_TRANSFORM_MATRIX

SVG_SET_TRANSFORM_MATRIX 


 

SVG_SET_TRANSFORM_MATRIX ( svgObject ; a ; b {; c ; d {; e ; f}} ) 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG element
Lange Ganzzahl in Element a of transform matrix
Lange Ganzzahl in Element b of transform matrix
Lange Ganzzahl in Element c of transform matrix
Lange Ganzzahl in Element d of transform matrix
Lange Ganzzahl in Element e of transform matrix
Lange Ganzzahl in Element f of transform matrix

The SVG_SET_TRANSFORM_MATRIX command applies a matrix transformation to the SVG object having the svgObject reference.

This type of transformation can be used to combine transformations like, for example, a rotation and a translation.

 SVG_SET_TRANSFORM_MATRIX($ID;0,707;-0,707;0,707;0,707;255,03;111,21)
  `Is equivalent to applying the 3 following transformations:
 SVG_SET_TRANSFORM_TRANSLATE($ID;50;90)
 SVG_SET_TRANSFORM_ROTATE($ID;-45)
 SVG_SET_TRANSFORM_TRANSLATE($ID;130;160)



Siehe auch 

SVG_SET_TRANSFORM_ROTATE

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Attributes
Nummer: 65943

 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v16)