L_SvgApplyViewPerspective

Summary

Rotates and/or flips this SvgDocument.

Syntax

#include "ltsvg.h"

L_LTSVG_API L_INT L_SvgApplyViewPerspective(flatDocHandle, viewPerspective, apply)

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.

See Also

Functions

Topics

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

LEADTOOLS SVG C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.