次の方法で共有


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

スクロール オフセット。

属性

適用対象

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

スクロールする四角形。

属性

適用対象