C# Class CustomFunctionUI.WatermarkFunctionUIForm

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
UpdateUI ( ) : void

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

WatermarkFunctionUIForm ( ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

ShowRasterDatasetBrowser() public method

public ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
handle int
ipSelectedObjects IEnumGxObject
return void

UpdateUI() public method

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

WatermarkFunctionUIForm() public method

Constructor
public WatermarkFunctionUIForm ( ) : System
return System