![]() |
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 > SvgRenderOptions Class : ClipBounds Property |
public LeadRectD ClipBounds {get; set;}
'Declaration
Public Property ClipBounds As LeadRectD
'Usage
Dim instance As SvgRenderOptions Dim value As LeadRectD instance.ClipBounds = value value = instance.ClipBounds
@property (nonatomic, assign) LeadRectD clipBounds
public LeadRectD getClipBounds() public void setClipBounds(LeadRectD clipBounds)
The engine will apply this clipping into Bounds to exclude all or parts of the objects that do not fit. The transformation set in SvgRenderOptions.Transform will not be applied to this rectangle. If this value is an empty Leadtools.LeadRectD or has 0 width and 0 height, then an Empty rectangle will be used to render the entire document and no clipping performed.
For an example, refer to SvgDocument.Render.