C# Class JSIL.Ui.Size

Mostrar archivo Open project: markusjohnsson/JSIL.Hacks

Public Properties

Property Type Description
Height double
Width double

Public Methods

Method Description
Size ( double width, double height ) : System

Method Details

Size() public method

public Size ( double width, double height ) : System
width double
height double
return System

Property Details

Height public_oe property

public double Height
return double

Width public_oe property

public double Width
return double