DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class / Centre Property



In This Topic
    Centre Property
    In This Topic
    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
    public Point3D Centre {get; set;}
    public:
    property Point3D Centre {
       Point3D get();
       void set (    Point3D value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also