←Select platform

PixelSpacing Property

Summary

Gets or sets the distance length in millimeters between two successive pixels in both the horizontal and the vertical directions.

Syntax

C#
VB
C++
public Point2D PixelSpacing { get; set; } 
  
Public Property PixelSpacing As Leadtools.Medicalviewer.Point2D 
public: 
property Leadtools.Medicalviewer.Point2D PixelSpacing { 
   Leadtools.Medicalviewer.Point2D get(); 
   void set (    Leadtools.Medicalviewer.Point2D ); 
} 

Property Value

The distance between two successive pixels.

Remarks

The Pixel Spacing term in DICOM does not represent horizontal or vertical direction. It just represents row and column for a 2D image slice. Slice orientation can be any orientation in 3D space.

Example

For an example, refer to Medical3DContainer.Objects.

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.Medical3D Assembly