DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomVolume Class / Centre Property






    Centre Property
    The centre point of the 3D volume, in real world coordinates
    Syntax
    'Declaration
     
    
    Public Property Centre As System.Windows.Media.Media3D.Point3D
     
    'Usage
     
    
    Dim instance As DicomVolume
    Dim value As System.Windows.Media.Media3D.Point3D
     
    instance.Centre = value
     
    value = instance.Centre
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also