C# Class MetroFramework.Drawing.MetroPaintEventArgs

Inheritance: System.EventArgs
Show file Open project: AshishKilmist/MetroFramework Class Usage Examples

Public Methods

Method Description
MetroPaintEventArgs ( Color backColor, Color foreColor, Graphics g ) : System

Method Details

MetroPaintEventArgs() public method

public MetroPaintEventArgs ( Color backColor, Color foreColor, Graphics g ) : System
backColor Color
foreColor Color
g System.Drawing.Graphics
return System