C# Class TOAPI.OpenGL.POINTFLOAT

Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
x float
y float

Public Methods

Method Description
POINTFLOAT ( POINTFLOAT aPoint ) : System

Method Details

POINTFLOAT() public method

public POINTFLOAT ( POINTFLOAT aPoint ) : System
aPoint POINTFLOAT
return System

Property Details

x public_oe property

public float x
return float

y public_oe property

public float y
return float