Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

ClipBounds Property






Gets or sets the clipping rectangle, in pixel coordinates.
Syntax
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)
            
public:
property LeadRectD ClipBounds {
   LeadRectD get();
   void set (    LeadRectD value);
}

Property Value

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

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.

Example

For an example, refer to SvgDocument.Render.

Requirements

Target Platforms

See Also

Reference

SvgRenderOptions Class
SvgRenderOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features