'Declaration Public Enum DrawCacheMode Inherits System.Enum
'Usage Dim instance As DrawCacheMode
public enum DrawCacheMode : System.Enum
public enum class DrawCacheMode : public System.Enum
'Declaration Public Enum DrawCacheMode Inherits System.Enum
'Usage Dim instance As DrawCacheMode
public enum DrawCacheMode : System.Enum
public enum class DrawCacheMode : public System.Enum
Member | Description |
---|---|
AfterLabels | Rendered copy has labelled added and is then cached. If this mode is used, then the cache is cleared when labels change. This mode is incompatible with DisplayMode.Monochrome as .NET des not permit use of a monochrome bitmap as a Graphics object. The mode will silently revert to BeforeLabels if DisplayMode is monochrome, or if it is Auto on a monochrome image. |
BeforeLabels | Rendered copy is cached, and then drawn to the screen. Labels are drawn separately to the screen. |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.DrawCacheMode