C# Class Win32.NativeTextWin32.WIN32SIZE

ファイルを表示 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_oe property

public int Height
return int

Width public_oe property

public int Width
return int