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

Show in webframe

Resize Method






Factor to use. This value must not be 0.
Resizes this SVG document by the specified factor.
Syntax
public void Resize( 
   double scaleFactor
)
'Declaration
 
Public Sub Resize( _
   ByVal scaleFactor As Double _
) 
'Usage
 
Dim instance As SvgDocument
Dim scaleFactor As Double
 
instance.Resize(scaleFactor)
- (BOOL)resize:(double)scaleFactor error:(NSError **)error
public void resize(double scaleFactor)
public:
void Resize( 
   double scaleFactor
) 

Parameters

scaleFactor
Factor to use. This value must not be 0.
Remarks

This method works by updating the view box of the internal SVG document and will not resize each item physically. The SvgDocument must be flat. When this value returns, the value of Bounds will be updated with the new size.

Requirements

Target Platforms

See Also

Reference

SvgDocument Class
SvgDocument 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