←Select platform

SvgBounds Structure

Summary

Represents the calculated bounds of an SVG document.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public struct SvgBounds 
<SerializableAttribute()> 
Public Structure SvgBounds  
   Inherits System.ValueType 
@interface LTSvgBounds : NSObject <NSCopying, NSCoding> 
public class SvgBounds 
[SerializableAttribute()] 
public value class SvgBounds : public System.ValueType  

Remarks

Value of SvgDocument.Bounds.

The SvgBounds is usually calculated and set by the SvgDocument.CalculateBounds method as follows:

Member Value
IsValid

true to indicate the rest of the members of this structure are valid

IsTrimmed

The same value as the "trimmed" parameter passed to SvgDocument.CalculateBounds

Bounds

The calculated bounds in physical units (pixels)

Resolution

The resolution of the document calculated in dots per inch (DPI)

Example

For an example, refer to SvgDocument.

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