Struct SIZE
名前空間: OTZControls.WindowsApi
アセンブリ: OTZControls.dll
Syntax
public struct SIZE
コンストラクタ
SIZE(Int32, Int32)
コンストラクタ
宣言
public SIZE(int width, int height)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Int32 | width | |
System.Int32 | height |
フィールド
Height
宣言
public int Height
Field Value
型 | 説明 |
---|---|
System.Int32 |
Width
宣言
public int Width
Field Value
型 | 説明 |
---|---|
System.Int32 |
メソッド
ToSize()
宣言
public Size ToSize()
戻り値
型 | 説明 |
---|---|
Size |