DicomObjects.NET.V8
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 Point3D
     
    'Usage
     
    Dim instance As DicomVolume
    Dim value As Point3D
     
    instance.Centre = value
     
    value = instance.Centre
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also