CompositionVirtualDrawingSurface 类

定义

表示可与可视化树中组合的视觉对象关联的稀疏分配的位图。

[WebHostHidden]
public ref class CompositionVirtualDrawingSurface : CompositionDrawingSurface
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class CompositionVirtualDrawingSurface : CompositionDrawingSurface
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
[WebHostHidden]
class CompositionVirtualDrawingSurface : CompositionDrawingSurface
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class CompositionVirtualDrawingSurface : CompositionDrawingSurface
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public class CompositionVirtualDrawingSurface : CompositionDrawingSurface
Public Class CompositionVirtualDrawingSurface
Inherits CompositionDrawingSurface
继承
Object Platform::Object IInspectable CompositionObject CompositionDrawingSurface CompositionVirtualDrawingSurface
属性

注解

CompositionVirtualDrawingSurface 类似于 CompositionDrawingSurface,但图面分配稀疏。 可以使用 Win2D(或 D2D)呈现内容。

虚拟绘图图面设计用于应用程序需要定义大量内容但只要求在给定时间对用户可见的一小部分内容的情况。 例如,考虑长时间滚动的文档或网页。 在这种情况下,应用只需绘制当前对用户可见的图面部分,并可以延迟在以后可见之前不可见的绘图部分。

虚拟图面的最大大小为 2^24(16M) 像素。 由于浮点精度限制,这种限制超出了该大小,这可以防止绘制补丁的准确像素对齐。

属性

AlphaMode

绘图图面的 alpha 模式。

(继承自 CompositionDrawingSurface)
Comment

要与 CompositionObject 关联的字符串。

(继承自 CompositionObject)
Compositor

用于创建此 CompositionObjectCompositor

(继承自 CompositionObject)
DispatcherQueue

获取 CompositionObject 的 DispatcherQueue。

(继承自 CompositionObject)
ImplicitAnimations

附加到此对象的隐式动画的集合。

(继承自 CompositionObject)
PixelFormat

绘图图面的像素格式。

(继承自 CompositionDrawingSurface)
Properties

CompositionObject关联的属性的集合。

(继承自 CompositionObject)
Size

绘图图面的大小。

(继承自 CompositionDrawingSurface)
SizeInt32

绘图图面的大小。

(继承自 CompositionDrawingSurface)

方法

Close()

关闭 CompositionObject 并释放系统资源。

(继承自 CompositionObject)
Dispose()

执行与释放、释放或重置非托管资源关联的应用程序定义任务。

(继承自 CompositionObject)
PopulatePropertyInfo(String, AnimationPropertyInfo)

定义可以进行动画处理的属性。

(继承自 CompositionObject)
Resize(SizeInt32)

将绘图图面调整为指定大小。

(继承自 CompositionDrawingSurface)
Scroll(PointInt32, RectInt32)

滚动绘图图面。

(继承自 CompositionDrawingSurface)
Scroll(PointInt32)

滚动绘图图面。

(继承自 CompositionDrawingSurface)
ScrollWithClip(PointInt32, RectInt32, RectInt32)

使用指定的剪辑矩形滚动绘图图面。

(继承自 CompositionDrawingSurface)
ScrollWithClip(PointInt32, RectInt32)

使用指定的剪辑矩形滚动绘图图面。

(继承自 CompositionDrawingSurface)
StartAnimation(String, CompositionAnimation, AnimationController)

将动画与对象的指定属性连接,并启动动画。

(继承自 CompositionObject)
StartAnimation(String, CompositionAnimation)

将动画与对象的指定属性连接,并启动动画。

(继承自 CompositionObject)
StartAnimationGroup(ICompositionAnimationBase)

启动动画组。

CompositionObject 上的 StartAnimationGroup 方法可用于启动 compositionAnimationGroup。 组中的所有动画将在对象上同时启动。

(继承自 CompositionObject)
StopAnimation(String)

断开与指定属性的动画的连接,并停止动画。

(继承自 CompositionObject)
StopAnimationGroup(ICompositionAnimationBase)

停止动画组。

(继承自 CompositionObject)
Trim(RectInt32[])

清除以前定义的虚拟绘图图面的部分。 清除的区域将再次被视为空,并且之前支持它们的视频内存将被回收。

TryGetAnimationController(String)

返回指定属性上运行的动画的 AnimationController。

(继承自 CompositionObject)

适用于