C# 클래스 Treefrog.Presentation.Annotations.GripAnnot

상속: DrawAnnotation
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
GripAnnot ( Point center ) : Treefrog.Framework.Imaging
GripAnnot ( Point center, float size ) : Treefrog.Framework.Imaging
MoveBy ( int diffX, int diffY ) : void
MoveTo ( Point location ) : void

메소드 상세

GripAnnot() 공개 메소드

public GripAnnot ( Point center ) : Treefrog.Framework.Imaging
center Treefrog.Framework.Imaging.Point
리턴 Treefrog.Framework.Imaging

GripAnnot() 공개 메소드

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

MoveBy() 공개 메소드

public MoveBy ( int diffX, int diffY ) : void
diffX int
diffY int
리턴 void

MoveTo() 공개 메소드

public MoveTo ( Point location ) : void
location Treefrog.Framework.Imaging.Point
리턴 void