C# Class FarsiLibrary.Win.Events.CustomDrawEventArgs

Inheritance: System.ComponentModel.HandledEventArgs
Show file Open project: HEskandari/FarsiLibrary Class Usage Examples

Public Methods

Method Description
CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics ) : System
CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics, bool handled ) : System

Method Details

CustomDrawEventArgs() public method

public CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics ) : System
rectangle System.Drawing.Rectangle
graphics System.Drawing.Graphics
return System

CustomDrawEventArgs() public method

public CustomDrawEventArgs ( Rectangle rectangle, Graphics graphics, bool handled ) : System
rectangle System.Drawing.Rectangle
graphics System.Drawing.Graphics
handled bool
return System