Int16Size Constructor (Int32, Int32)

Visual Studio 2015
 

Constructs an Int16Size structure with an initial width and height.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
Int16Size(
	int width,
	int height
)

Parameters

width
Type: System::Int32

The initial width of the Int16Size.

height
Type: System::Int32

The initial height of the Int16Size.

width and height cannot be negative.

Return to top
Show: