C# Class NewTOAPIA.Graphics.Point2F

A Point based on floating point values.
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Empty Point2F
x float
y float

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Offset ( float dx, float dy ) : void
Point2F ( float x_, float y_ ) : NewTOAPIA

Constructs a point from x and y values.

Point2F ( int dw ) : NewTOAPIA
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Offset() public method

public Offset ( float dx, float dy ) : void
dx float
dy float
return void

Point2F() public method

Constructs a point from x and y values.
public Point2F ( float x_, float y_ ) : NewTOAPIA
x_ float
y_ float
return NewTOAPIA

Point2F() public method

public Point2F ( int dw ) : NewTOAPIA
dw int
return NewTOAPIA

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static Point2F,NewTOAPIA.Graphics Empty
return Point2F

x public_oe property

public float x
return float

y public_oe property

public float y
return float