Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace : SvgBounds Structure |
[SerializableAttribute()] public struct SvgBounds : System.ValueType
'Declaration
<SerializableAttribute()> Public Structure SvgBounds Inherits System.ValueType
'Usage
Dim instance As SvgBounds
@interface LTSvgBounds : NSObject <NSCopying, NSCoding>
public class SvgBounds
[SerializableAttribute()] public value class SvgBounds : public System.ValueType
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) |
For an example, refer to SvgDocument.