C# Class Playroom.PinboardFileV1.RectangleInfo

Afficher le fichier Open project: jlyonsmith/Playroom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public RectangleInfo ( ) : System
Résultat System

RectangleInfo() public méthode

public RectangleInfo ( Rectangle rect, string name ) : System
rect System.Drawing.Rectangle
name string
Résultat System

RectangleInfo() public méthode

public RectangleInfo ( Rectangle rect, string name, Color color ) : System
rect System.Drawing.Rectangle
name string
color Color
Résultat System

RectangleInfo() public méthode

public RectangleInfo ( RectangleInfo other ) : System
other RectangleInfo
Résultat System