InkStrokeContainer.MoveSelected(Point) 方法

定义

移动所选笔划。 所有受影响的笔划都会重新呈现。

public:
 virtual Rect MoveSelected(Point translation) = MoveSelected;
Rect MoveSelected(Point const& translation);
public Rect MoveSelected(Point translation);
function moveSelected(translation)
Public Function MoveSelected (translation As Point) As Rect

参数

translation
Point

所选笔划边框左上角的目标屏幕坐标。

返回

所选墨迹笔划的边框。

实现

注解

调用 MoveSelected 可能会导致以下情况:

适用于

另请参阅