Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Bounds Property (SvgElementInfo)






Gets or sets the physical (pixels) bounding rectangle of the SVG element.
Syntax
public LeadRectD Bounds {get; set;}
'Declaration
 
Public Property Bounds As LeadRectD
'Usage
 
Dim instance As SvgElementInfo
Dim value As LeadRectD
 
instance.Bounds = value
 
value = instance.Bounds
@property (nonatomic, assign) LeadRectD bounds
public LeadRectD getBounds()
public void setBounds(LeadRectD bounds)
            
public:
property LeadRectD Bounds {
   LeadRectD get();
   void set (    LeadRectD value);
}

Property Value

The physical (pixels) bounding rectangle of the SVG element. The default value is an Leadtools.LeadRectD initialized to all 0's.
Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

See Also

Reference

SvgElementInfo Class
SvgElementInfo Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features