C# Class AngleAngle.AngleAngleCstr

Inheritance: IShapeConstructor, IPersist
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DrawPoint ( IPoint pPoint ) : void
GetFirstPoint ( ) : void
GetIntersection ( ) : void
GetSecondPoint ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

AddPoint() public méthode

public AddPoint ( IPoint point, bool Clone, bool allowUndo ) : void
point IPoint
Clone bool
allowUndo bool
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

GetClassID() public méthode

public GetClassID ( System.Guid &pClassID ) : void
pClassID System.Guid
Résultat void

Initialize() public méthode

public Initialize ( IEditor pEditor ) : void
pEditor IEditor
Résultat void

OnContextMenu() public méthode

public OnContextMenu ( int X, int Y ) : bool
X int
Y int
Résultat bool

OnKeyDown() public méthode

public OnKeyDown ( int keyState, int shift ) : void
keyState int
shift int
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( int keyState, int shift ) : void
keyState int
shift int
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( int Button, int shift, int X, int Y ) : void
Button int
shift int
X int
Y int
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( int Button, int shift, int X, int Y ) : void
Button int
shift int
X int
Y int
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( int Button, int shift, int X, int Y ) : void
Button int
shift int
X int
Y int
Résultat void

Refresh() public méthode

public Refresh ( int hdc ) : void
hdc int
Résultat void

SketchModified() public méthode

public SketchModified ( ) : void
Résultat void