Inheritance
System.Object
RasterCache
Constructors
Declaration
public RasterCache(int threshold = 3)
Parameters
Type |
Name |
Description |
System.Int32 |
threshold |
|
Fields
Declaration
public readonly int threshold
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public MeshPool meshPool { set; }
Property Value
Methods
Declaration
Declaration
public RasterCacheResult getPrerolledImage(Picture picture, Matrix3 transform, float devicePixelRatio, int antiAliasing, bool isComplex, bool willChange)
Parameters
Type |
Name |
Description |
Picture |
picture |
|
Matrix3 |
transform |
|
System.Single |
devicePixelRatio |
|
System.Int32 |
antiAliasing |
|
System.Boolean |
isComplex |
|
System.Boolean |
willChange |
|
Returns
Declaration
public void sweepAfterFrame()