C# Class CCT.NUI.Samples.ImageManipulation.InteractiveImage

Mostra file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Draw ( Graphics g ) : void
InteractiveImage ( Bitmap image ) : System
InteractiveImage ( Bitmap image, int x, int y ) : System
Resize ( CCT.NUI.Core.Point startDragPoint, CCT.NUI.Core.Point startDragPoint2, CCT.NUI.Core.Point center1, CCT.NUI.Core.Point center2 ) : void
Translate ( float dx, float dy ) : void

Private Methods

Method Description
Reset ( ) : void
SetSize ( CCT.NUI.Core.Size size ) : void

Method Details

Draw() public method

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
return void

InteractiveImage() public method

public InteractiveImage ( Bitmap image ) : System
image System.Drawing.Bitmap
return System

InteractiveImage() public method

public InteractiveImage ( Bitmap image, int x, int y ) : System
image System.Drawing.Bitmap
x int
y int
return System

Resize() public method

public Resize ( CCT.NUI.Core.Point startDragPoint, CCT.NUI.Core.Point startDragPoint2, CCT.NUI.Core.Point center1, CCT.NUI.Core.Point center2 ) : void
startDragPoint CCT.NUI.Core.Point
startDragPoint2 CCT.NUI.Core.Point
center1 CCT.NUI.Core.Point
center2 CCT.NUI.Core.Point
return void

Translate() public method

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