DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / SampleSize Property



In This Topic
    SampleSize Property
    In This Topic
    Performance option to control sampling quality of volume renderer. Similar to Downsample. Controls the distance between samples the volume render creates. A higher value will mean greater distance between samples. A greater distance will mean less samples are taken and therefore higher performance at the expense of quality.
    Syntax
    'Declaration
     
    
    Public Property SampleSize As Integer
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As Integer
     
    instance.SampleSize = value
     
    value = instance.SampleSize
    public int SampleSize {get; set;}
    public:
    property int SampleSize {
       int get();
       void set (    int 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