←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; } 
<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) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly