C# Class Treefrog.Presentation.Annotations.ImageAnnot

Inheritance: Annotation
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
MoveBy ( int diffX, int diffY ) : void
MoveTo ( Point location ) : void

Méthodes protégées

Méthode Description
OnImageInvalidated ( EventArgs e ) : void

Method Details

MoveBy() public méthode

public MoveBy ( int diffX, int diffY ) : void
diffX int
diffY int
Résultat void

MoveTo() public méthode

public MoveTo ( Point location ) : void
location Point
Résultat void

OnImageInvalidated() protected méthode

protected OnImageInvalidated ( EventArgs e ) : void
e System.EventArgs
Résultat void