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