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

Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Reset ( ) : void
SetSize ( CCT.NUI.Core.Size size ) : void

Method Details

Draw() public méthode

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

InteractiveImage() public méthode

public InteractiveImage ( Bitmap image ) : System
image System.Drawing.Bitmap
Résultat System

InteractiveImage() public méthode

public InteractiveImage ( Bitmap image, int x, int y ) : System
image System.Drawing.Bitmap
x int
y int
Résultat System

Resize() public méthode

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
Résultat void

Translate() public méthode

public Translate ( float dx, float dy ) : void
dx float
dy float
Résultat void