DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomVolume Class / Centre Property



In This Topic
    Centre Property
    In This Topic
    Gets or sets the center of the volume in world coordinates.
    Syntax
    'Declaration
     
    
    Public Property Centre As OpenTK.Mathematics.Vector3
    'Usage
     
    
    Dim instance As DicomVolume
    Dim value As OpenTK.Mathematics.Vector3
     
    instance.Centre = value
     
    value = instance.Centre
    public OpenTK.Mathematics.Vector3 Centre {get; set;}
    public:
    property OpenTK.Mathematics.Vector3 Centre {
       OpenTK.Mathematics.Vector3 get();
       void set (    OpenTK.Mathematics.Vector3 value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also