L_SvgApplyViewPerspective

#include "ltsvg.h"

L_LTSVG_API L_INT L_SvgApplyViewPerspective(flatDocHandle, viewPerspective, apply)

Rotates and/or flips this SvgDocument.

Parameters

L_SvgNodeHandle *flatDocHandle

SVG document handle to apply this view perspective on.

L_INT viewPerspective

The rotate and/or flip value to apply.

L_BOOL 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.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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.

Platforms

Win32, x64, Linux.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help