C# Class OpenTK.Platform.MacOS.Carbon.HIPoint

显示文件 Open project: andykorth/opentk Class Usage Examples

Public Properties

Property Type Description
X float
Y float

Public Methods

Method Description
HIPoint ( double x, double y ) : System
HIPoint ( float x, float y ) : System

Method Details

HIPoint() public method

public HIPoint ( double x, double y ) : System
x double
y double
return System

HIPoint() public method

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

Property Details

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float