Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgTextData Class : Bounds Property |
public LeadRectD[] Bounds {get; set;}
'Declaration
Public Property Bounds As LeadRectD()
'Usage
Dim instance As SvgTextData Dim value() As LeadRectD instance.Bounds = value value = instance.Bounds
@property (nonatomic, strong, null_unspecified) NSArray<NSValue *> *bounds //LeadRectD
public LeadRectD[] getBounds() public void setBounds(LeadRectD[] bounds)
public: property array<LeadRectD>^ Bounds { array<LeadRectD>^ get(); void set ( array<LeadRectD>^ value); }
Refer to SvgDocument.SortElements and SvgTextData for more information.
For an example, refer to SvgDocument.SortElements.