C# 클래스 AngleAngle.AngleAngleCstr

상속: IShapeConstructor, IPersist
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : void
AddPoint ( IPoint point, bool Clone, bool allowUndo ) : void
Deactivate ( ) : void
GetClassID ( System.Guid &pClassID ) : void
Initialize ( IEditor pEditor ) : void
OnContextMenu ( int X, int Y ) : bool
OnKeyDown ( int keyState, int shift ) : void
OnKeyUp ( int keyState, int shift ) : void
OnMouseDown ( int Button, int shift, int X, int Y ) : void
OnMouseMove ( int Button, int shift, int X, int Y ) : void
OnMouseUp ( int Button, int shift, int X, int Y ) : void
Refresh ( int hdc ) : void
SketchModified ( ) : void

비공개 메소드들

메소드 설명
DrawPoint ( IPoint pPoint ) : void
GetFirstPoint ( ) : void
GetIntersection ( ) : void
GetSecondPoint ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

AddPoint() 공개 메소드

public AddPoint ( IPoint point, bool Clone, bool allowUndo ) : void
point IPoint
Clone bool
allowUndo bool
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

GetClassID() 공개 메소드

public GetClassID ( System.Guid &pClassID ) : void
pClassID System.Guid
리턴 void

Initialize() 공개 메소드

public Initialize ( IEditor pEditor ) : void
pEditor IEditor
리턴 void

OnContextMenu() 공개 메소드

public OnContextMenu ( int X, int Y ) : bool
X int
Y int
리턴 bool

OnKeyDown() 공개 메소드

public OnKeyDown ( int keyState, int shift ) : void
keyState int
shift int
리턴 void

OnKeyUp() 공개 메소드

public OnKeyUp ( int keyState, int shift ) : void
keyState int
shift int
리턴 void

OnMouseDown() 공개 메소드

public OnMouseDown ( int Button, int shift, int X, int Y ) : void
Button int
shift int
X int
Y int
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( int Button, int shift, int X, int Y ) : void
Button int
shift int
X int
Y int
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( int Button, int shift, int X, int Y ) : void
Button int
shift int
X int
Y int
리턴 void

Refresh() 공개 메소드

public Refresh ( int hdc ) : void
hdc int
리턴 void

SketchModified() 공개 메소드

public SketchModified ( ) : void
리턴 void