C# 클래스 Sifteo.RectangleEventArgs

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

공개 메소드들

메소드 설명
RectangleEventArgs ( System.Color color, int x, int y, int width, int height ) : System

메소드 상세

RectangleEventArgs() 공개 메소드

public RectangleEventArgs ( System.Color color, int x, int y, int width, int height ) : System
color System.Color
x int
y int
width int
height int
리턴 System