Partager via


CompositionDrawingSurface.Scroll Méthode

Définition

Surcharges

Scroll(PointInt32)

Fait défiler la surface de dessin.

Scroll(PointInt32, RectInt32)

Fait défiler la surface de dessin.

Scroll(PointInt32)

Fait défiler la surface de dessin.

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)

Paramètres

offset
PointInt32

Décalage de défilement.

Attributs

S’applique à

Scroll(PointInt32, RectInt32)

Fait défiler la surface de dessin.

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)

Paramètres

offset
PointInt32

Décalage de défilement.

scrollRect
RectInt32

Rectangle de défilement.

Attributs

S’applique à