←Select platform

Bounds Property (SvgBounds)

Summary

Gets or sets the physical bounds, in pixels, of this SVG document.

Syntax

C#
VB
Java
Objective-C
C++
public Leadtools.LeadRectD Bounds {get; set;}
Public Property Bounds As Leadtools.LeadRectD
@property (nonatomic, assign) LeadRectD bounds
public LeadRectD getBounds() 
public void setBounds(LeadRectD bounds) 
public: 
property Leadtools.LeadRectD Bounds { 
   Leadtools.LeadRectD get(); 
   void set (    Leadtools.LeadRectD ); 
} 

Property Value

The physical bounds, in pixels, of this SVG document.

Remarks

This property is set to the calculated bounds in physical units (pixels) by SvgDocument.CalculateBounds.

Example

For an example, refer to SvgDocument.

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