C# Class Treefrog.Presentation.Annotations.CircleAnnot

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

Méthodes publiques

Méthode Description
CircleAnnot ( ) : System
CircleAnnot ( Point center ) : System
CircleAnnot ( Point center, float radius ) : System
MoveBy ( int diffX, int diffY ) : void
MoveTo ( Point location ) : void
SizeToBound ( Rectangle bound ) : void

Method Details

CircleAnnot() public méthode

public CircleAnnot ( ) : System
Résultat System

CircleAnnot() public méthode

public CircleAnnot ( Point center ) : System
center Point
Résultat System

CircleAnnot() public méthode

public CircleAnnot ( Point center, float radius ) : System
center Point
radius float
Résultat System

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

SizeToBound() public méthode

public SizeToBound ( Rectangle bound ) : void
bound Treefrog.Framework.Imaging.Rectangle
Résultat void