C# 클래스 CCT.NUI.Samples.ImageManipulation.InteractiveImage

파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Reset ( ) : void
SetSize ( CCT.NUI.Core.Size size ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

InteractiveImage() 공개 메소드

public InteractiveImage ( Bitmap image ) : System
image System.Drawing.Bitmap
리턴 System

InteractiveImage() 공개 메소드

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

Resize() 공개 메소드

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
리턴 void

Translate() 공개 메소드

public Translate ( float dx, float dy ) : void
dx float
dy float
리턴 void