'Declaration
Sub ScaleHeight( _ ByVal factor As System.Double, _ ByVal useOriginalSize As System.Boolean, _ ByVal position As ScaleFrom _ )
'Usage
Dim instance As IShape Dim factor As System.Double Dim useOriginalSize As System.Boolean Dim position As ScaleFrom instance.ScaleHeight(factor, useOriginalSize, position)
void ScaleHeight( System.double factor, System.bool useOriginalSize, ScaleFrom position )
Parameters
- factor
- Specifies the factor by which to scale the original or current size.
- useOriginalSize
- SPecifies whether the original size of pictures should be used as the starting size.
- position
- Specifies whether the size should be scaled from the top-left, middle or bottom-right of the shape.