C# Class Treefrog.Presentation.Annotations.GripAnnot

Inheritance: DrawAnnotation
显示文件 Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method 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 method

public GripAnnot ( Point center ) : Treefrog.Framework.Imaging
center Treefrog.Framework.Imaging.Point
return Treefrog.Framework.Imaging

GripAnnot() public method

public GripAnnot ( Point center, float size ) : Treefrog.Framework.Imaging
center Treefrog.Framework.Imaging.Point
size float
return Treefrog.Framework.Imaging

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 Treefrog.Framework.Imaging.Point
return void