'Declaration
Public Overloads Sub ScaleTransform( _
ByVal sx As System.Single, _
ByVal sy As System.Single _
)
public void ScaleTransform(
System.float sx,
System.float sy
)
Parameters
sx
Scale factor in the x direction.
sy
Scale factor in the y direction.
Remarks
The scaling operation consists of multiplying the transformation matrix by a diagonal matrix whose elements are (sx, sy, 1). This method premultiplies (prepends) the transformation matrix of the page object by the scaling matrix.