C# Class XnaBuildContent.PinboardFileV1.RectangleInfo

Datei anzeigen 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
RectangleInfo ( RectangleInfo other ) : 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

RectangleInfo() public method

public RectangleInfo ( RectangleInfo other ) : System
other RectangleInfo
return System