L_SvgElementInfo

Summary

The L_SvgElementInfo structure is used by the L_SvgSortElementsCallback function and holds the information of an SVG element.

Syntax

struct L_SvgElementInfo 
{ 
   L_UINT StructSize; 
   L_SvgElementType Type; 
   L_RECTD Bounds; 
   L_SvgTextData TextData; 
}; 
typedef struct L_SvgElementInfo L_SvgElementInfo; 

Members

L_UINT StructSize

Size of this structure. Use sizeof (L_SvgElementInfo).

L_SvgElementType Type

The SVG element type. Default value is L_SvgElementType_Unknown.
If this element is text, then TextData will contain further details regarding the text of the element.
If this element is not text, then TextData will be NULL.

L_RECTD Bounds

The physical (pixels) bounding rectangle of the SVG element. Default value is an L_RECTD initialized to all 0's.

L_SvgTextData TextData

The text data if this is a text SVG element or NULL otherwise. Default value is NULL.
Only valid if Type is a text SVG element.

Comments

Holds the information of an SVG element.

Used by the L_SvgSortElementsCallback function, which is called by L_SvgSortElements, and holds the information of an SVG element.

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.