Stretch Method

Scales the shape according to the percentage of scale entered for the shape's Height and Width.

Syntax

object.Stretch fXPercentage, fYPercentage

Properties

The Stretch method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

fXPercentage

Double. The scale percentage to apply to the width.

fYPercentage

Double. The scale percentage to apply to the height.

 

Example

Applies To