ZOffset Property

Summary

Gets or sets the value that represents the offset of the object in the z-axis.

Syntax
C#
VB
C++
public float ZOffset { get; set; } 
  
Public Property ZOffset As Single 
public: 
property float ZOffset { 
   float get(); 
   void set (    float ); 
} 

Property Value

Value that indicates the offset of the object in the z-axis.

Remarks

X/Y/Z offsets translate and change the 3D object position in the 3D world space.

Adjust the offset using the mouse. For more information refer to Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(Leadtools.MedicalViewer.MedicalViewerActionType).

Example

For an example, refer to XOffset

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