←Select platform

Bounds Property

Summary
The bounding rectangle of the element.
Syntax
C#
VB
Objective-C
C++
public LeadRectD Bounds { get; } 
Public ReadOnly Property Bounds As LeadRectD 
@property (nonatomic, assign, readonly) LeadRectD bounds 
public: 
property LeadRectD Bounds { 
   LeadRectD get(); 
} 

Property Value

The bounding rectangle of the element. This value is in SVG coordinates that matches SvgDocument.Bounds.

Example

For an example, refer to EnumerateElements.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.