Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
gbrainy
Core
Toolkit
DrawEventArgs
C# Class gbrainy.Core.Toolkit.DrawEventArgs
Inheritance:
System.EventArgs
Show file
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