C# Class Treefrog.Presentation.Annotations.ImageAnnot

Inheritance: Annotation
Show file Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
MoveBy ( int diffX, int diffY ) : void
MoveTo ( Point location ) : void

Protected Methods

Method Description
OnImageInvalidated ( EventArgs e ) : void

Method Details

MoveBy() public method

public MoveBy ( int diffX, int diffY ) : void
diffX int
diffY int
return void

MoveTo() public method

public MoveTo ( Point location ) : void
location Point
return void

OnImageInvalidated() protected method

protected OnImageInvalidated ( EventArgs e ) : void
e System.EventArgs
return void