C# Class CustomFunctionUI.WatermarkFunctionUIForm

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

Méthodes publiques

Méthode Description
ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
UpdateUI ( ) : void

Updates the UI textboxes using the properties that have been set.

WatermarkFunctionUIForm ( ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetInputRasterName ( object inputRaster ) : string

This function takes a raster object and returns the formatted name of the object for display in the UI.

InitializeComponent ( ) : void

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

LocationComboBx_SelectedIndexChanged ( object sender, EventArgs e ) : void
blendPercentTxtbox_ModifiedChanged ( object sender, EventArgs e ) : void
inputRasterBtn_Click ( object sender, EventArgs e ) : void
watermarkImageBtn_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ShowRasterDatasetBrowser() public méthode

public ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
handle int
ipSelectedObjects IEnumGxObject
Résultat void

UpdateUI() public méthode

Updates the UI textboxes using the properties that have been set.
public UpdateUI ( ) : void
Résultat void

WatermarkFunctionUIForm() public méthode

Constructor
public WatermarkFunctionUIForm ( ) : System
Résultat System