Gets or sets the array that represents the Image orientation.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ImageOrientationArray As Single() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MedicalViewerImageData
Dim value() As Single
instance.ImageOrientationArray = value
value = instance.ImageOrientationArray |
C# | |
---|
public float[] ImageOrientationArray {get; set;} |
Property Value
Array of float that represents the orientation of the image.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also