←Select platform

Bounds Property

Summary
Gets or sets the background rectangle, in pixel coordinates.
Syntax
C#
VB
Objective-C
C++
Java
public LeadRectD Bounds { get; set; } 
Public Property Bounds As LeadRectD 
@property (nonatomic, assign) LeadRectD bounds 
public LeadRectD getBounds() 
public void setBounds(LeadRectD bounds) 
public: 
property LeadRectD Bounds { 
   LeadRectD get(); 
   void set (    LeadRectD ); 
} 

Property Value

The background rectangle, in pixel coordinates.The default value is LeadRectD.Empty.

Remarks

SvgRenderOptions.Transform will be applied to this rectangle.

Example

For an example, refer to SvgDocument.Render.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.