←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 Leadtools.LeadRectD 
@property (nonatomic, assign, readonly) LeadRectD bounds 
public: 
property Leadtools.LeadRectD Bounds { 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly