IFrontedWindowService.SaveWindowCanvasElementsPosition method (1 of 2)
小于 1 分钟
IFrontedWindowService.SaveWindowCanvasElementsPosition method (1 of 2)
保存指定窗口的指定Canvas中元素的位置信息
public void SaveWindowCanvasElementsPosition(FrontedWindowType windowType,
string canvasName = "BaseCanvas")| parameter | description |
|---|---|
| windowType | 窗口类型 |
| canvasName | 画布名称 |
See Also
- enum FrontedWindowType
- interface IFrontedWindowService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
IFrontedWindowService.SaveWindowCanvasElementsPosition method (2 of 2)
保存指定窗口的指定Canvas中元素位置信息
public void SaveWindowCanvasElementsPosition(string windowId, string canvasName = "BaseCanvas")| parameter | description |
|---|---|
| windowId | 窗口 GUID |
| canvasName | 画布名称 |
See Also
- interface IFrontedWindowService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
