SurfaceCacheFlags
Description:
[ Flags ]
public enum SurfaceCacheFlags
Content:
Enum values:
- NONE
- ALLOW_DOWNSCALE -
Allow down-scaling of an existing cached surface for better performance
- ALLOW_UPSCALE - Allow
up-scaling of an existing cached surface for better performance
- ALLOW_SCALE - Allow
scaling of an existing cached surface for better performance (This basically means the cache will only contain one entry which will be
scaled accordingly on request)
- ADAPTIVE_SCALE -
Allow scaling if the drawing-time is significatly high