C# Класс CustomFunctionUI.WatermarkFunctionUIForm

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
UpdateUI ( ) : void

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

WatermarkFunctionUIForm ( ) : System

Constructor

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ShowRasterDatasetBrowser() публичный Метод

public ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
handle int
ipSelectedObjects IEnumGxObject
Результат void

UpdateUI() публичный Метод

Updates the UI textboxes using the properties that have been set.
public UpdateUI ( ) : void
Результат void

WatermarkFunctionUIForm() публичный Метод

Constructor
public WatermarkFunctionUIForm ( ) : System
Результат System