ImagePosition Property

Summary

Gets or sets the image position of the image that is represented by this class.

Syntax
C#
VB
C++
public Point3D ImagePosition { get; set; } 
  
Public Property ImagePosition As Point3D 
            public: 
property Point3D ImagePosition { 
   Point3D get(); 
   void set (    Point3D ); 
} 

Property Value

A Point3D that represents the image position of the image that is represented by this class.

Remarks

This value can be retrieved from the DicomDataSet.

Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly