C# Class DrawText.Form1

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Свойство Type Description
Label1 System.Windows.Forms.Label
Label2 System.Windows.Forms.Label
Label3 System.Windows.Forms.Label
Text1 System.Windows.Forms.TextBox
cmdFullExtent System.Windows.Forms.Button
cmdReset System.Windows.Forms.Button

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form1_Load ( object sender, System e ) : void
GetRGBColor ( int red, int green, int blue ) : IRgbColor
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
axMapControl1_OnAfterDraw ( object sender, ESRI e ) : void
axMapControl1_OnMouseDown ( object sender, ESRI e ) : void
cmdFullExtent_Click ( object sender, System e ) : void
cmdReset_Click ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

Property Details

Label1 public_oe property

public Label,System.Windows.Forms Label1
Résultat System.Windows.Forms.Label

Label2 public_oe property

public Label,System.Windows.Forms Label2
Résultat System.Windows.Forms.Label

Label3 public_oe property

public Label,System.Windows.Forms Label3
Résultat System.Windows.Forms.Label

Text1 public_oe property

public TextBox,System.Windows.Forms Text1
Résultat System.Windows.Forms.TextBox

cmdFullExtent public_oe property

public Button,System.Windows.Forms cmdFullExtent
Résultat System.Windows.Forms.Button

cmdReset public_oe property

public Button,System.Windows.Forms cmdReset
Résultat System.Windows.Forms.Button