Scale this object using the object's center as the anchor point
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void ScaleBy(
Vector scale,
Transform parentTransform
) |
Visual Basic |
---|
Public Sub ScaleBy ( _
scale As Vector, _
parentTransform As Transform _
) |
JScript |
---|
public function ScaleBy(
scale : Vector,
parentTransform : Transform
) |
Parameters
- scale
- Type: System.Windows..::..Vector
Factor to scale by (percentage value where 1.0=100%).
- parentTransform
- Type: System.Windows.Media..::..Transform
Transform (usually from this object's parent object to the root coordinate space).
See Also