CompositionDrawingSurface.ScrollWithClip Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ScrollWithClip(PointInt32, RectInt32) |
Прокручивает поверхность рисования, используя указанный прямоугольник клипа. |
ScrollWithClip(PointInt32, RectInt32, RectInt32) |
Прокручивает поверхность рисования с указанным прямоугольником клипа. |
ScrollWithClip(PointInt32, RectInt32)
Прокручивает поверхность рисования, используя указанный прямоугольник клипа.
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)
Параметры
- offset
- PointInt32
Смещение прокрутки.
- clipRect
- RectInt32
Применяемый прямоугольник обрезки.
- Атрибуты
Требования к Windows
Семейство устройств |
Windows 10 Creators Update (появилось в 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (появилось в v4.0)
|
Применяется к
ScrollWithClip(PointInt32, RectInt32, RectInt32)
Прокручивает поверхность рисования с указанным прямоугольником клипа.
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)
Параметры
- offset
- PointInt32
Смещение прокрутки.
- clipRect
- RectInt32
Применяемый прямоугольник обрезки.
- scrollRect
- RectInt32
Прокручиваемый прямоугольник.
- Атрибуты
Требования к Windows
Семейство устройств |
Windows 10 Creators Update (появилось в 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (появилось в v4.0)
|