←Select platform

SvgNodeHandle Class

Summary

Represents a node (element) in an SVG document.

Syntax

C#
VB
Java
Objective-C
C++
public class SvgNodeHandle
Public Class SvgNodeHandle
@interface LTSvgNodeHandle : NSObject
public class SvgNodeHandle
public ref class SvgNodeHandle

Remarks

SvgNodeHandle is obtained with the following:

The SvgNodeHandle has the following members for updating the XML elements of an SVG document:

After modifying the values of an SVG document using SvgNodeHandle, it may be necessary to re-calculate the document flat, render optimization and bounding rectangles (refer to SVG Size, Bounds and Flat more information). Therefore, it is best to call SvgDocument.BeginUpdate before making any updates to the document and call SvgDocument.EndUpdate when done. The engine will determine during SvgDocument.EndUpdate whether any internal state values need to be re-calculated and updated as necessary.

Example

For an example, refer to SvgDocument.EnumerateElements.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Svg Assembly
Click or drag to resize