CompositionDrawingSurface.Scroll 方法

定义

重载

Scroll(PointInt32)

滚动绘图图面。

Scroll(PointInt32, RectInt32)

滚动绘图图面。

Scroll(PointInt32)

滚动绘图图面。

public:
 virtual void Scroll(PointInt32 offset) = Scroll;
/// [Windows.Foundation.Metadata.Overload("Scroll")]
void Scroll(PointInt32 const& offset);
[Windows.Foundation.Metadata.Overload("Scroll")]
public void Scroll(PointInt32 offset);
function scroll(offset)
Public Sub Scroll (offset As PointInt32)

参数

offset
PointInt32

滚动偏移量。

属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于

Scroll(PointInt32, RectInt32)

滚动绘图图面。

public:
 virtual void Scroll(PointInt32 offset, RectInt32 scrollRect) = Scroll;
/// [Windows.Foundation.Metadata.Overload("ScrollRect")]
void Scroll(PointInt32 const& offset, RectInt32 const& scrollRect);
[Windows.Foundation.Metadata.Overload("ScrollRect")]
public void Scroll(PointInt32 offset, RectInt32 scrollRect);
function scroll(offset, scrollRect)
Public Sub Scroll (offset As PointInt32, scrollRect As RectInt32)

参数

offset
PointInt32

滚动偏移量。

scrollRect
RectInt32

滚动矩形。

属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于