Method | Description | |
---|---|---|
Add ( IFigure figure ) : void | ||
AddToSelection ( FigureCollection collection ) : void | ||
AddToSelection ( IFigure figure ) : void | ||
ClearSelection ( ) : void | ||
DrawingToView ( double x, double y ) : |
||
FindHandle ( double x, double y ) : IHandle | ||
InsertFigures ( FigureCollection figures, double dx, double dy, bool check ) : FigureCollection | ||
IsFigureSelected ( IFigure figure ) : bool | ||
Remove ( IFigure figure ) : void | ||
RemoveFromSelection ( IFigure figure ) : void | ||
ScrollToMakeVisible ( |
||
ScrollToMakeVisible ( RectangleD rect ) : void | ||
StandardDrawingView ( IDrawingEditor editor ) : System | ||
ToggleSelection ( IFigure figure ) : void | ||
ViewToDrawing ( double x, double y ) : |
Method | Description | |
---|---|---|
OnAdjustmentValueChanged ( object sender, |
||
OnButtonPressEvent ( Gdk gdk_event ) : bool | ||
OnButtonReleaseEvent ( Gdk.EventButton gdk_event ) : bool | ||
OnDrawingInvalidated ( object sender, MonoHotDraw.DrawingEventArgs args ) : void | ||
OnDrawingSizeAllocated ( object sender, MonoHotDraw.DrawingEventArgs args ) : void | ||
OnExposeEvent ( Gdk.EventExpose ev ) : bool | ||
OnKeyPressEvent ( Gdk ev ) : bool | ||
OnKeyReleaseEvent ( Gdk ev ) : bool | ||
OnMotionNotifyEvent ( Gdk.EventMotion gdk_event ) : bool | ||
OnSizeAllocated ( Gdk allocation ) : void | ||
OnVisibleAreaChaned ( ) : void |
Method | Description | |
---|---|---|
DebugCreateTimer ( ) : void | ||
DebugUpdateFrame ( ) : void | ||
UpdateAdjustments ( ) : void |
public AddToSelection ( FigureCollection collection ) : void | ||
collection | FigureCollection | |
return | void |
public AddToSelection ( IFigure figure ) : void | ||
figure | IFigure | |
return | void |
public DrawingToView ( double x, double y ) : |
||
x | double | |
y | double | |
return |
public FindHandle ( double x, double y ) : IHandle | ||
x | double | |
y | double | |
return | IHandle |
public InsertFigures ( FigureCollection figures, double dx, double dy, bool check ) : FigureCollection | ||
figures | FigureCollection | |
dx | double | |
dy | double | |
check | bool | |
return | FigureCollection |
public IsFigureSelected ( IFigure figure ) : bool | ||
figure | IFigure | |
return | bool |
protected OnAdjustmentValueChanged ( object sender, |
||
sender | object | |
args | ||
return | void |
protected OnButtonPressEvent ( Gdk gdk_event ) : bool | ||
gdk_event | Gdk | |
return | bool |
protected OnButtonReleaseEvent ( Gdk.EventButton gdk_event ) : bool | ||
gdk_event | Gdk.EventButton | |
return | bool |
protected OnDrawingInvalidated ( object sender, MonoHotDraw.DrawingEventArgs args ) : void | ||
sender | object | |
args | MonoHotDraw.DrawingEventArgs | |
return | void |
protected OnDrawingSizeAllocated ( object sender, MonoHotDraw.DrawingEventArgs args ) : void | ||
sender | object | |
args | MonoHotDraw.DrawingEventArgs | |
return | void |
protected OnExposeEvent ( Gdk.EventExpose ev ) : bool | ||
ev | Gdk.EventExpose | |
return | bool |
protected OnKeyReleaseEvent ( Gdk ev ) : bool | ||
ev | Gdk | |
return | bool |
protected OnMotionNotifyEvent ( Gdk.EventMotion gdk_event ) : bool | ||
gdk_event | Gdk.EventMotion | |
return | bool |
protected OnSizeAllocated ( Gdk allocation ) : void | ||
allocation | Gdk | |
return | void |
public RemoveFromSelection ( IFigure figure ) : void | ||
figure | IFigure | |
return | void |
public ScrollToMakeVisible ( |
||
point | ||
return | void |
public ScrollToMakeVisible ( RectangleD rect ) : void | ||
rect | RectangleD | |
return | void |
public StandardDrawingView ( IDrawingEditor editor ) : System | ||
editor | IDrawingEditor | |
return | System |
public ToggleSelection ( IFigure figure ) : void | ||
figure | IFigure | |
return | void |
public ViewToDrawing ( double x, double y ) : |
||
x | double | |
y | double | |
return |