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