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

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

공개 메소드들

메소드 설명
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

메소드 상세

CircleAnnot() 공개 메소드

public CircleAnnot ( ) : System
리턴 System

CircleAnnot() 공개 메소드

public CircleAnnot ( Point center ) : System
center Point
리턴 System

CircleAnnot() 공개 메소드

public CircleAnnot ( Point center, float radius ) : System
center Point
radius float
리턴 System

MoveBy() 공개 메소드

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

MoveTo() 공개 메소드

public MoveTo ( Point location ) : void
location Point
리턴 void

SizeToBound() 공개 메소드

public SizeToBound ( Rectangle bound ) : void
bound Treefrog.Framework.Imaging.Rectangle
리턴 void