#include "ltsvg.h"
L_LTSVG_API L_INT L_SvgApplyViewPerspective(flatDocHandle, viewPerspective, apply)
Rotates and/or flips this SvgDocument.
SVG document handle to apply this view perspective on.
The rotate and/or flip value to apply.
L_TRUE to apply the rotate and/or flip value specified in viewPerspective; otherwise, L_FALSE to apply the operations in the reverse order.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Use this method to quickly rotate and/or flip an SVG document. viewPerspective values that will affect the SVG document, refer to ApplyViewPerspective. Note that rotation and/or flipping is performed around the SVG center.
Required DLLs and Libraries
LTKRN
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Win32, x64, Linux.