C# 클래스 Sifteo.ImageEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: alexmullans/Siftables-Emulator 1 사용 예제들

공개 메소드들

메소드 설명
ImageEventArgs ( string imageName, int x, int y, int sourceX, int sourceY, int width, int height, int scale, int rotation ) : System

메소드 상세

ImageEventArgs() 공개 메소드

public ImageEventArgs ( string imageName, int x, int y, int sourceX, int sourceY, int width, int height, int scale, int rotation ) : System
imageName string
x int
y int
sourceX int
sourceY int
width int
height int
scale int
rotation int
리턴 System