메소드 | 설명 | |
---|---|---|
ClearDrawing ( ) : void | ||
DrawingWidget ( ) : System | ||
SaveAll ( string filename ) : void | ||
SaveDrawings ( string filename ) : void |
메소드 | 설명 | |
---|---|---|
OnDrawingareaButtonPressEvent ( object o, Gtk args ) : void | ||
OnDrawingareaButtonReleaseEvent ( object o, Gtk args ) : void | ||
OnDrawingareaConfigureEvent ( object o, Gtk args ) : void | ||
OnDrawingareaExposeEvent ( object o, Gtk args ) : void | ||
OnDrawingareaMotionNotifyEvent ( object o, Gtk args ) : void | ||
OnDrawingareaSizeAllocated ( object o, Gtk args ) : void |
메소드 | 설명 | |
---|---|---|
DrawArrow ( Context c, double x1, double y1, double x2, double y2 ) : void | ||
DrawCircle ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void | ||
DrawCross ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void | ||
DrawLine ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void | ||
DrawRectangle ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void | ||
Paint ( Context c, double x1, double y1, double x2, double y2 ) : void | ||
ResetDash ( Context c ) : void | ||
Save ( string filename, bool bSource, bool bDrawings ) : void | ||
SetContextProperties ( Context c, bool dashed ) : void |
protected OnDrawingareaButtonPressEvent ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
리턴 | void |
protected OnDrawingareaButtonReleaseEvent ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
리턴 | void |
protected OnDrawingareaConfigureEvent ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
리턴 | void |
protected OnDrawingareaExposeEvent ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
리턴 | void |
protected OnDrawingareaMotionNotifyEvent ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
리턴 | void |
protected OnDrawingareaSizeAllocated ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
리턴 | void |