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