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
Применяемый прямоугольник обрезки.
- Атрибуты
Применяется к
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
Прямоугольник прокрутки.
- Атрибуты