Search
ShapeTemplate.HorizontalScale Property
See Also
 



Gets or sets the horizontal scale of the coordinate system in which shape vertex points are defined.

 Syntax

VB6  Copy Code

Public Property Get HorizontalScale() As Integer
Public Property Let HorizontalScale( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_HorizontalScale ()
void put_HorizontalScale (
    short value
)

 Property Value

A long value. The default is 100.

 Remarks

When applying the shape definition to a box, the definition coordinates are mapped to points of a box' bounding rectangle via a scaling transformation. That mapping makes the ratio between the ShapeTemplate X coordinates to the HorizontalScale the same as the ratio between the resulting box points X coordinates to the box width.

 See Also