←Select platform

DisplayEnvironmentSpatialPosition Property

Summary

Exactly four unitless floating point values indicating the rectangular coordinate position of the image box.

Syntax
C#
VB
C++
[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) 
   } 

Property Value

Exactly four unitless floating point values indicating the rectangular coordinate position of the image box

Remarks

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).

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly