Package: gtk

Function gtk:snapshot-scale-3d

Lambda List

gtk:snapshot-scale-3d (snapshot xfactor yfactor zfactor)

Arguments

snapshot -- a gtk:snapshot object
xfactor -- a number coerced to a single float for the scaling factor on the X axis
yfactor -- a number coerced to a single float for the scaling factor on the Y axis
zfactor -- a number coerced to a single float for the scaling factor on the Z axis

Details

Scales the coordinate system of the snapshot by the given factors. Use the gtk:snapshot-scale function to scale in 2-dimensional space.
 

See also

#2025-2-12