Stretches and moves the object to fit within the specified rectangle (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 SetDimensionsRootSpace(
Rect rect
) |
| Visual Basic |
|---|
Public Sub SetDimensionsRootSpace ( _
rect As Rect _
) |
| JScript |
|---|
public function SetDimensionsRootSpace(
rect : Rect
) |
Parameters
- rect
- Type: System.Windows..::..Rect
The new rectangular dimensions for the object.
See Also