Exactly four unitless floating point values indicating the rectangular coordinate position of the image box.
[Element(DicomTag.DisplayEnvironmentSpatialPosition)]
public List<double> DisplayEnvironmentSpatialPosition { get; set; }
<ElementAttribute(New DicomTag.DisplayEnvironmentSpatialPosition())>
Public Property DisplayEnvironmentSpatialPosition() As List(Of Double)
Get
Set
public:
[ElementAttribute((gcnew DicomTag::DisplayEnvironmentSpatialPosition()))]
property List<double>^ DisplayEnvironmentSpatialPosition
{
List<double>^ get()
void set(List<double>^ value)
}
Exactly four unitless floating point values indicating the rectangular coordinate position of the image box
Exactly four unitless floating point values indicating the rectangular coordinate position of the image box within the overall bounding box that encompasses all of the display space (across all screens).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET