C# Class FarsiLibrary.Win.Events.CustomDrawEventArgs

Inheritance: System.ComponentModel.HandledEventArgs
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Méthodes publiques

Méthode Description
CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics ) : System
CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics, bool handled ) : System

Method Details

CustomDrawEventArgs() public méthode

public CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics ) : System
rectangle System.Drawing.Rectangle
graphics System.Drawing.Graphics
Résultat System

CustomDrawEventArgs() public méthode

public CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics, bool handled ) : System
rectangle System.Drawing.Rectangle
graphics System.Drawing.Graphics
handled bool
Résultat System