VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomUnitOfMeasure Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DicomUnitOfMeasure Enumeration
In This Topic
Specifies available coordinate systems for points of DICOM annotation.
Syntax
'Declaration

Public Enum DicomUnitOfMeasure
   Inherits System.Enum

public enum DicomUnitOfMeasure : System.Enum

Members
MemberDescription
PixelPoint coordinate is specified in pixels.
DisplayPoint coordinate can have value from 0 to 1.
Point with coordinate (0; 0) defines left-top corner of image, Point with coordinate (1; 1) defines right-bottom corner of image.
MatrixPoint coordinate must be transformed using the specified matrix.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Annotation.Dicom.DicomUnitOfMeasure

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also