C# Class Monobjc.Types.TSPoint

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
x float
y float

Public Methods

Method Description
TSPoint ( float x, float y ) : System

Method Details

TSPoint() public method

public TSPoint ( float x, float y ) : System
x float
y float
return System

Property Details

x public property

public float x
return float

y public property

public float y
return float