C# Class AddMapSurrounds.CreateScaleBar

Inheritance: BaseTool
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
CreateScaleBar ( ) : System
OnCreate ( object hook ) : 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

Private Methods

Méthode Description
GetCapture ( ) : int
RegisterFunction ( String sKey ) : void
ReleaseCapture ( ) : int
SetCapture ( int hWnd ) : int
UnregisterFunction ( String sKey ) : void

Method Details

CreateScaleBar() public méthode

public CreateScaleBar ( ) : System
Résultat System

OnCreate() public méthode

public OnCreate ( object hook ) : void
hook object
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