C# Class Monobjc.Types.TSSize64

Mostra file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
height double
width double

Public Methods

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

Method Details

TSSize64() public method

public TSSize64 ( 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