C# Class Win32.MyWin32.WIN32SIZE

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
Height int
Width int

Public Methods

Method Description
WIN32SIZE ( int w, int h ) : System

Method Details

WIN32SIZE() public method

public WIN32SIZE ( int w, int h ) : System
w int
h int
return System

Property Details

Height public property

public int Height
return int

Width public property

public int Width
return int