CADability dotNET
Called when the size of the [!:Windows.Forms.Control] associated with this interface changes.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void Resize(
	int width,
	int height
)
Visual Basic
Sub Resize ( _
	width As Integer, _
	height As Integer _
)
Visual C++
void Resize(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32
New width in pixels
height
Type: System..::..Int32
New height in pixels

See Also