C# Class Sifteo.RectangleEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: alexmullans/Siftables-Emulator Class Usage Examples

Public Methods

Method Description
RectangleEventArgs ( System.Color color, int x, int y, int width, int height ) : System

Method Details

RectangleEventArgs() public method

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
return System