C# Class FarsiLibrary.Win.Events.CustomDrawDayEventArgs

Inheritance: CustomDrawEventArgs
Mostra file Open project: HEskandari/FarsiLibrary Class Usage Examples

Public Methods

Method Description
CustomDrawDayEventArgs ( Rectangle rectangle, Graphics graphics, int year, int month, int day, bool today, System.DateTime dateTime ) : System

Method Details

CustomDrawDayEventArgs() public method

public CustomDrawDayEventArgs ( Rectangle rectangle, Graphics graphics, int year, int month, int day, bool today, System.DateTime dateTime ) : System
rectangle System.Drawing.Rectangle
graphics System.Drawing.Graphics
year int
month int
day int
today bool
dateTime System.DateTime
return System