Gets or sets the display's environment spatial position value.
[DataMemberAttribute()]
[ElementAttribute(7471368)]
public System.Collections.Generic.List<float> DisplayEnvironmentSpatialPosition { get; set; }
<DataMemberAttribute(),
ElementAttribute(New DicomTag.DisplayEnvironmentSpatialPosition())>
Public Property DisplayEnvironmentSpatialPosition() As List(Of Single)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::DisplayEnvironmentSpatialPosition()))]
property List<Single>^ DisplayEnvironmentSpatialPosition
{
List<Single>^ get()
void set(List<Single>^ value)
}
The display's environment spatial position value.
Exactly four dimensionless floating point values indicating the rectangular coordinate position of the screen within the overall bounding box that encompasses all the 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