←Select platform

PixelSpacing Property

Summary

Gets or sets the image pixel spacing. This property is used when implementing a reference line.

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

A Point2D value that represents the image pixel spacing. This property is used when implementing the reference line. This value can be retrieved from the DicomDataSet.

Example

For an example, refer to MedicalViewerReferenceLineProperties

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