Method
LasemSvgViewviewbox_to_viewport
Declaration
void
lsm_svg_view_viewbox_to_viewport (
LsmSvgView* view,
const LsmBox* viewport,
const LsmBox* viewbox,
const LsmSvgPreserveAspectRatio* aspect_ratio,
double* x,
double* y
)
Parameters
viewport-
Type:
LsmBoxNo description available.
The data is owned by the caller of the function. viewbox-
Type:
LsmBoxNo description available.
The data is owned by the caller of the function. aspect_ratio-
Type:
LsmSvgPreserveAspectRatioNo description available.
The data is owned by the caller of the function. x-
Type:
double*No description available.
The data is owned by the caller of the function. y-
Type:
double*No description available.
The data is owned by the caller of the function.