Inheritance
System.Object
LayerTree
Properties
Declaration
public int antiAliasing { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public float devicePixelRatio { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public Size frameSize { get; set; }
Property Value
Declaration
public Layer rootLayer { get; set; }
Property Value
Methods
paint(CompositorContext.ScopedFrame, Boolean)
Declaration
public void paint(CompositorContext.ScopedFrame frame, bool ignoreRasterCache = false)
Parameters
preroll(CompositorContext.ScopedFrame, Boolean)
Declaration
public void preroll(CompositorContext.ScopedFrame frame, bool ignoreRasterCache = false)
Parameters