←Select platform

SvgNodeHandle Class

Summary

Represents a node (element) in an SVG document.

Syntax
C#
VB
Objective-C
C++
Java
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

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

Leadtools.Svg Assembly