C# Class gbrainy.Core.Toolkit.DrawEventArgs

Inheritance: System.EventArgs
显示文件 Open project: GNOME/gbrainy Class Usage Examples

Public Methods

Method Description
DrawEventArgs ( CairoContextEx gr, double width, double height, bool rtl, object data ) : System

Method Details

DrawEventArgs() public method

public DrawEventArgs ( CairoContextEx gr, double width, double height, bool rtl, object data ) : System
gr gbrainy.Core.Main.CairoContextEx
width double
height double
rtl bool
data object
return System