示例#1
0
 /// <summary>
 /// Handles changing the text position, sets the new text position and invokes the changed event.
 /// </summary>
 private void txtTextPosition_ValueChanged(Controls.VectorTextBox sender, TPoint newValue)
 {
     this.UpdateTextPosition();
 }
 /// <summary>
 /// Handles changing the text position, sets the new text position and invokes the changed event.
 /// </summary>
 private void txtTextPosition_ValueChanged(Controls.VectorTextBox sender, TPoint newValue)
 {
     this.currentDefinition = this.currentDefinition.ModifyMouse(textPosition: newValue);
     this.DefinitionChanged?.Invoke(this.currentDefinition);
 }