Bounds Property
Summary
Gets or sets the bounding rectangles of each character in the text.
Syntax
C#
VB
Objective-C
C++
Java
@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.