Class CompositorContext.ScopedFrame
Inheritance
System.Object
CompositorContext.ScopedFrame
Syntax
public class ScopedFrame : IDisposable
Constructors
ScopedFrame(CompositorContext, Canvas, Boolean)
Declaration
public ScopedFrame(CompositorContext context, Canvas canvas, bool instrumentationEnabled)
Parameters
Methods
canvas()
Declaration
Returns
context()
Declaration
public CompositorContext context()
Returns
Dispose()
Declaration
raster(LayerTree, Boolean)
Declaration
public bool raster(LayerTree layerTree, bool ignoreRasterCache)
Parameters
Type |
Name |
Description |
LayerTree |
layerTree |
|
System.Boolean |
ignoreRasterCache |
|
Returns
Type |
Description |
System.Boolean |
|