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



In This Topic
    Extent Property
    In This Topic
    Gets or sets the extent of the volume in world coordinates.
    Syntax
    'Declaration
     
    
    Public Property Extent As OpenTK.Mathematics.Vector3
    'Usage
     
    
    Dim instance As DicomVolume
    Dim value As OpenTK.Mathematics.Vector3
     
    instance.Extent = value
     
    value = instance.Extent
    public OpenTK.Mathematics.Vector3 Extent {get; set;}
    public:
    property OpenTK.Mathematics.Vector3 Extent {
       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