Bounds Property
Summary
Gets or sets the physical (pixels) bounding rectangle of the SVG element.
Syntax
C#
VB
Objective-C
C++
Java
@property (nonatomic, assign) LeadRectD bounds
public LeadRectD getBounds()
public void setBounds(LeadRectD bounds)
Property Value
The physical (pixels) bounding rectangle of the SVG element. The default value is an Leadtools.LeadRectD initialized to all 0's.