←Select platform

DisplayEnvironmentSpatialPosition Property

Summary

Gets or sets the display's environment spatial position value.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[ElementAttribute(7471368)] 
public System.Collections.Generic.List<float> DisplayEnvironmentSpatialPosition { get; set; } 
<ElementAttribute(New DicomTag.DisplayEnvironmentSpatialPosition()),  
 DataMemberAttribute()>  
Public Property DisplayEnvironmentSpatialPosition() As List(Of Single) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::DisplayEnvironmentSpatialPosition())),  
   DataMemberAttribute] 
   property List<Single>^ DisplayEnvironmentSpatialPosition 
   { 
      List<Single>^ get() 
      void set(List<Single>^ value) 
   } 

Property Value

The display's environment spatial position value.

Remarks

Exactly four dimensionless floating point values indicating the rectangular coordinate position of the screen within the overall bounding box that encompasses all the screens.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.