优化代码
This commit is contained in:
@@ -25,7 +25,9 @@ namespace Ink_Canvas
|
||||
private DateTime lastTouchDownTime = DateTime.MinValue;
|
||||
private const double MULTI_TOUCH_DELAY_MS = 100;
|
||||
private bool isInWritingMode = false;
|
||||
private bool isMultiTouchTimerActive = false;
|
||||
private bool isMultiTouchTimerActive = false;
|
||||
|
||||
/// </summary>
|
||||
/// 保存画布上的非笔画元素(如图片、媒体元素等)
|
||||
/// </summary>
|
||||
private List<UIElement> PreserveNonStrokeElements()
|
||||
|
||||
Reference in New Issue
Block a user