![]() |
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 : Bounds Property |
public LeadRectD Bounds {get; set;}
'Declaration
Public Property Bounds As LeadRectD
'Usage
Dim instance As SvgBounds Dim value As LeadRectD instance.Bounds = value value = instance.Bounds
@property (nonatomic, assign) LeadRectD bounds
public LeadRectD getBounds() public void setBounds(LeadRectD bounds)
This property is set to the calculated bounds in physical units (pixels) by SvgDocument.CalculateBounds.
For an example, refer to SvgDocument.