Share via


CompositionDrawingSurface.ScrollWithClip Methode

Definition

Überlädt

ScrollWithClip(PointInt32, RectInt32)

Scrollt mithilfe des angegebenen Cliprechtecks auf der Zeichnungsoberfläche.

ScrollWithClip(PointInt32, RectInt32, RectInt32)

Scrollt die Zeichnungsoberfläche mit dem angegebenen Cliprechteck.

ScrollWithClip(PointInt32, RectInt32)

Scrollt mithilfe des angegebenen Cliprechtecks auf der Zeichnungsoberfläche.

public:
 virtual void ScrollWithClip(PointInt32 offset, RectInt32 clipRect) = ScrollWithClip;
/// [Windows.Foundation.Metadata.Overload("ScrollWithClip")]
void ScrollWithClip(PointInt32 const& offset, RectInt32 const& clipRect);
[Windows.Foundation.Metadata.Overload("ScrollWithClip")]
public void ScrollWithClip(PointInt32 offset, RectInt32 clipRect);
function scrollWithClip(offset, clipRect)
Public Sub ScrollWithClip (offset As PointInt32, clipRect As RectInt32)

Parameter

offset
PointInt32

Der Bildlaufoffset.

clipRect
RectInt32

Das anzuwendende Clippingrechteck.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Gilt für:

ScrollWithClip(PointInt32, RectInt32, RectInt32)

Scrollt die Zeichnungsoberfläche mit dem angegebenen Cliprechteck.

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

Parameter

offset
PointInt32

Der Bildlaufoffset.

clipRect
RectInt32

Das anzuwendende Clippingrechteck.

scrollRect
RectInt32

Das Bildlaufrechteck.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Gilt für: