C# Class Monobjc.Types.TSSize

Mostra file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
height float
width float

Public Methods

Method Description
TSSize ( float width, float height ) : System

Method Details

TSSize() public method

public TSSize ( float width, float height ) : System
width float
height float
return System

Property Details

height public_oe property

public float height
return float

width public_oe property

public float width
return float