C# Class Delaunay.BitmapData

Mostra file Open project: ngarside/UnityDelaunay Class Usage Examples

Public Methods

Method Description
dispose ( ) : void
getPixel ( float x, float y ) : uint
hitTest ( Vector2 a, int b, BitmapData c, Vector2 d, int e ) : bool

Method Details

dispose() public method

public dispose ( ) : void
return void

getPixel() public method

public getPixel ( float x, float y ) : uint
x float
y float
return uint

hitTest() public method

public hitTest ( Vector2 a, int b, BitmapData c, Vector2 d, int e ) : bool
a Vector2
b int
c BitmapData
d Vector2
e int
return bool