C# Class Pinboard.RectangleInfo

Show file Open project: jlyonsmith/XnaBuildContent Class Usage Examples

Public Methods

Method Description
RectangleInfo ( ) : System
RectangleInfo ( Rectangle rect, string name ) : System
RectangleInfo ( Rectangle rect, string name, Color color ) : System

Method Details

RectangleInfo() public method

public RectangleInfo ( ) : System
return System

RectangleInfo() public method

public RectangleInfo ( Rectangle rect, string name ) : System
rect System.Drawing.Rectangle
name string
return System

RectangleInfo() public method

public RectangleInfo ( Rectangle rect, string name, Color color ) : System
rect System.Drawing.Rectangle
name string
color Color
return System