←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly