C# Class CustomChrome.NativeMethods.SIZE

Mostrar archivo Open project: pvginkel/CustomChrome Class Usage Examples

Public Properties

Property Type Description
cx int
cy int

Public Methods

Method Description
SIZE ( Size size ) : System

Method Details

SIZE() public method

public SIZE ( Size size ) : System
size System.Drawing.Size
return System

Property Details

cx public_oe property

public int cx
return int

cy public_oe property

public int cy
return int