xFormRun.resize(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void resize(int _width, int _height);
public virtual void resize (int _width, int _height);
abstract member resize : int * int -> unit
override this.resize : int * int -> unit
Public Overridable Sub resize (_width As Integer, _height As Integer)
Parameters
- _width
- Int32
- _height
- Int32