NativeSize(Int32, Int32) Constructor
Initializes a new instance of the
NativeSize struct.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public NativeSize(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
Dim width As Integer
Dim height As Integer
Dim instance As New NativeSize(width, height)
public:
NativeSize(
int width,
int height
)
new :
width : int *
height : int -> NativeSize
No code example is currently available or this language may not be supported.
Parameters
- width Int32
-
The width.
- height Int32
-
The height.