DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / ScaleMode Enumeration



In This Topic
    ScaleMode Enumeration
    In This Topic
    How DicomLabel objects' dimensions should be interpreted - i.e. how they should be scaled
    Syntax
    'Declaration
     
    
    Public Enum ScaleMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScaleMode
    public enum ScaleMode : System.Enum 
    public enum class ScaleMode : public System.Enum 
    Members
    MemberDescription
    Cell Dimensions are in the coordinate system used by DICOM in presentation states, where (0.0,0.0) represents the top left corner of the display area, and (1.0,1.0) represents the bottom right
    Cell1000Like Cell, but the corners are (0,0) and (1000,1000)
    ImageDimensions are in image pixels
    Image3D Used to specify points in 3D space using images' frame of reference
    Output Dimensions are in screen or other output device pixels and are unaffected by the zooming of the image
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.ScaleMode

    Requirements

    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

    See Also