Scale(Double,Double,PointD) Method
                In This Topic
            
            Scales the placement (or group of placements) by the specified factors in X and Y axis with scaling origin point specified by the ptOrigin parameter.
            
            
            Syntax
            
        
            Parameters
- fXAxis
- X axis factor. E.g. value of 2 makes the width two times bigger.
- fYAxis
- Y axis factor. E.g. value of 0.5 makes the height two times smaller.
- ptOrigin
- Scaling origin point.
 
            Exceptions
| Exception | Description | 
|---|
| DataModelException | Thrown when this method is called on an object that cannot be scaled. | 
See Also