- rowX
- The x component of the row direction cosine vector.
- rowY
- The y component of the row direction cosine vector.
- rowZ
- The z component of the row direction cosine vector.
- colX
- The x component of the column direction cosine vector.
- colY
- The x component of the column direction cosine vector.
- colZ
- The x component of the column direction cosine vector.
Visual Basic (Declaration) | |
---|---|
Overloads Public Shared Function GetOrientationPlane( _ ByVal rowX As Double, _ ByVal rowY As Double, _ ByVal rowZ As Double, _ ByVal colX As Double, _ ByVal colY As Double, _ ByVal colZ As Double _ ) As Plane |
Visual Basic (Usage) | Copy Code |
---|---|
Dim rowX As Double Dim rowY As Double Dim rowZ As Double Dim colX As Double Dim colY As Double Dim colZ As Double Dim value As Plane value = OrientationManager.GetOrientationPlane(rowX, rowY, rowZ, colX, colY, colZ) |
C# | |
---|---|
public static Plane GetOrientationPlane( double rowX, double rowY, double rowZ, double colX, double colY, double colZ ) |
C++/CLI | |
---|---|
public: static Plane GetOrientationPlane( double rowX, double rowY, double rowZ, double colX, double colY, double colZ ) |
Parameters
- rowX
- The x component of the row direction cosine vector.
- rowY
- The y component of the row direction cosine vector.
- rowZ
- The z component of the row direction cosine vector.
- colX
- The x component of the column direction cosine vector.
- colY
- The x component of the column direction cosine vector.
- colZ
- The x component of the column direction cosine vector.
Return Value
The Leadtools.Dicom.Common.DataTypes.Plane that is the closest to that is specified by two direction cosine vectors.The d specfies exactly six values. The first three values correspond to the direction cosine of the first row with respect to the patient. The second three values correspond to the direction cosine of the first column with respect to the patient.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7