| WindowresizeBy Method (Int32, Int32, AckCallback, AckCallback) | 
 
                Resizes the window by the specified amount with a "top-left" anchor
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic void resizeBy(
	int deltaWidth,
	int deltaHeight,
	AckCallback callback = null,
	AckCallback errorCallback = null
)
Parameters
- deltaWidth
- Type: SystemInt32
 The change in the width of the window.
- deltaHeight
- Type: SystemInt32
 The change in the height of the window.
- callback (Optional)
- Type: Openfin.DesktopAckCallback
 (Optional) A function that is called if the method succeeds.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
 (Optional) A function that is called if the method fails.
                The reason for failure is passed as an argument.
 See Also
See Also