/// <summary>
 /// Constructor
 /// </summary>
 public WatermarkFunctionUIForm()
 {
     InitializeComponent();
     myInputRaster = null;
     myWaterMarkImagePath = "";
     myBlendPercentage = 0.0;
     myWatermarkLocation = CustomFunction.esriWatermarkLocation.esriWatermarkBottomRight;
 }
Esempio n. 2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public WatermarkFunctionUIForm()
 {
     InitializeComponent();
     myInputRaster        = null;
     myWaterMarkImagePath = "";
     myBlendPercentage    = 0.0;
     myWatermarkLocation  = CustomFunction.esriWatermarkLocation.esriWatermarkBottomRight;
 }
 private void LocationComboBx_SelectedIndexChanged(object sender, EventArgs e)
 {
     myWatermarkLocation = (CustomFunction.esriWatermarkLocation)LocationComboBx.SelectedIndex;
     myDirtyFlag = true;
 }
Esempio n. 4
0
 private void LocationComboBx_SelectedIndexChanged(object sender, EventArgs e)
 {
     myWatermarkLocation = (CustomFunction.esriWatermarkLocation)LocationComboBx.SelectedIndex;
     myDirtyFlag         = true;
 }