LuciadCPillar C# 2026.0.04
Loading...
Searching...
No Matches
Luciad.Utils Namespace Reference

Classes

interface  IInvalidationCallback
 This is a callback class that is called when something is invalidated. More...
class  Observable< T >
 This class makes it possible to hold and observe a value that can change over time. More...

Enumerations

enum  PerformanceHint { PreferPerformance , PreferQuality }
 Setting that indicates if performance or quality should be prioritized. More...

Enumeration Type Documentation

◆ PerformanceHint

Setting that indicates if performance or quality should be prioritized.

Since
2026.0.05
Enumerator
PreferPerformance 

Prefer maximum performance, possibly at the expense of visual quality.

PreferQuality 

Prefer visual quality, possibly at the expense of painting or loading performance.