CompositionDrawingSurface.Scroll Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Scroll(PointInt32) |
Scrollt die Zeichenfläche. |
Scroll(PointInt32, RectInt32) |
Scrollt die Zeichenfläche. |
Scroll(PointInt32)
Scrollt die Zeichenfläche.
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)
Parameter
- offset
- PointInt32
Der Scrolloffset.
- 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:
Scroll(PointInt32, RectInt32)
Scrollt die Zeichenfläche.
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)
Parameter
- offset
- PointInt32
Der Scrolloffset.
- scrollRect
- RectInt32
Das Scrollrechteck.
- 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)
|