'Declaration
<FlagsAttribute()> Public Enum StretchModes Inherits System.Enum
'Usage
Dim instance As StretchModes
[Flags()] public enum StretchModes : System.Enum
[Flags()] public enum class StretchModes : public System.Enum
'Declaration
<FlagsAttribute()> Public Enum StretchModes Inherits System.Enum
'Usage
Dim instance As StretchModes
[Flags()] public enum StretchModes : System.Enum
[Flags()] public enum class StretchModes : public System.Enum
Member | Description |
---|---|
NoStretch | Not stretched at all - display depends on DicomObjects.DicomImage.Zoom and Scroll properties. If rotated, image position will be calculated as if non-rotated, the moved by Scroll and then finally rotated around its centre point. |
StretchCentred | Fitted to the available size, and centered within that |
StretchTopLeft | Fitted to the available size, but placed in the top left corner |
TrueSize | Similar to NoStretch, but image will be zoomed and rotated and the top-left of its bounding box calculated to provide a reference position before the Scroll is applied. |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.StretchModes
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2