ShiftToNegativeAmount Property

Summary

Gets or sets the MPR slice signed shift value.

Syntax
C#
VB
C++
public int ShiftToNegativeAmount { get; set; } 
  
Public Property ShiftToNegativeAmount As Integer 
public: 
property int ShiftToNegativeAmount { 
   int get(); 
   void set (    int ); 
} 

Property Value

A value that represents the MPR slice signed shift value.

Remarks
  • To get a specified MPR slice of the 3D object set the color map of the 3D object, please refer to Medical3DObject.GetMPRInformation property.
  • This value is only used if the MPR image is of type signed, if the image is unsigned, then this value will always be zero.
  • To check whether the image is signed or unsigned, please refer to Image.

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