NativeSize(Size) 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(
Size size
)
Public Sub New (
size As Size
)
Dim size As Size
Dim instance As New NativeSize(size)
public:
NativeSize(
Size size
)
new :
size : Size -> NativeSize
No code example is currently available or this language may not be supported.
Parameters
- size Size
-
A Size structure that contains the width and height.