←Select platform

Bounds Property

Summary

Gets or sets the bounding rectangles of each character in the text.

Syntax

C#
VB
Java
Objective-C
C++
public LeadRectD[] Bounds { get; set; } 
Public Property Bounds As Leadtools.LeadRectD() 
@property (nonatomic, strong, null_unspecified) NSArray<NSValue *> *bounds //LeadRectD 
public LeadRectD[] getBounds() 
public void setBounds(LeadRectD[] bounds) 
             

Property Value

The bounding rectangles of each character in the text. The default value is null.

Remarks

Refer to SvgDocument.SortElements and SvgTextData for more information.

Example

For an example, refer to SvgDocument.SortElements.

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