Enum UpdateModeType
public enum UpdateModeType
- Extension Methods
Fields
Constant = 1Constantly invalidating the canvas after every frame
Dynamic = 0Will update when needed.
Manual = 2Will not update until manually invalidated.
public enum UpdateModeType
Constant = 1Constantly invalidating the canvas after every frame
Dynamic = 0Will update when needed.
Manual = 2Will not update until manually invalidated.