C# Class MetroFramework.Native.WinApi.SIZE

显示文件 Open project: AshishKilmist/MetroFramework Class Usage Examples

Public Properties

Property Type Description
cx System.Int32
cy System.Int32

Public Methods

Method Description
SIZE ( Int32 cx, Int32 cy ) : System

Method Details

SIZE() public method

public SIZE ( Int32 cx, Int32 cy ) : System
cx System.Int32
cy System.Int32
return System

Property Details

cx public_oe property

public Int32,System cx
return System.Int32

cy public_oe property

public Int32,System cy
return System.Int32