C# Class Treefrog.Presentation.Annotations.GripAnnot

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

Méthodes publiques

Méthode Description
GripAnnot ( Point center ) : Treefrog.Framework.Imaging
GripAnnot ( Point center, float size ) : Treefrog.Framework.Imaging
MoveBy ( int diffX, int diffY ) : void
MoveTo ( Point location ) : void

Method Details

GripAnnot() public méthode

public GripAnnot ( Point center ) : Treefrog.Framework.Imaging
center Treefrog.Framework.Imaging.Point
Résultat Treefrog.Framework.Imaging

GripAnnot() public méthode

public GripAnnot ( Point center, float size ) : Treefrog.Framework.Imaging
center Treefrog.Framework.Imaging.Point
size float
Résultat Treefrog.Framework.Imaging

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 Treefrog.Framework.Imaging.Point
Résultat void