Поделиться через


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)

Применяется к