CompositionDrawingSurface.Scroll 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
滚动偏移量。
- 属性
适用于
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
滚动矩形。
- 属性