C# Class CCT.NUI.Visual.LayerBase

Inheritance: ILayer
Show file Open project: an83/KinectTouch2

Public Methods

Method Description
Dispose ( ) : void
Paint ( Graphics g ) : void

Protected Methods

Method Description
OnRequestRefresh ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnRequestRefresh() protected method

protected OnRequestRefresh ( ) : void
return void

Paint() public abstract method

public abstract Paint ( Graphics g ) : void
g System.Drawing.Graphics
return void