Scales this object (in the coordinate space of the root object of this display).

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void ScaleByRootSpace(
	Vector scale,
	Point anchor
)
Visual Basic
Public Sub ScaleByRootSpace ( _
	scale As Vector, _
	anchor As Point _
)
JScript
public function ScaleByRootSpace(
	scale : Vector, 
	anchor : Point
)

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.

See Also