TransformScalePrepend Method
|
Prepends the specified scaling to this
transformation.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void ScalePrepend(
double scaleX,
double scaleY
)
Public Sub ScalePrepend (
scaleX As Double,
scaleY As Double
)
member ScalePrepend :
scaleX : float *
scaleY : float -> unit
Parameters
- scaleX
- Type: SystemDouble
The scaling of the x-coordinate.
- scaleY
- Type: SystemDouble
The scaling of the y-coordinate.
See Also