DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomMaskRange Class / MaskShift Property



In This Topic
    MaskShift Property
    In This Topic
    Specifies the fractional pixel shift applied to the mask
    Syntax
    'Declaration
     
    
    Public Property MaskShift As PointF
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As PointF
     
    instance.MaskShift = value
     
    value = instance.MaskShift
    public PointF MaskShift {get; set;}
    public:
    property PointF MaskShift {
       PointF get();
       void set (    PointF value);
    }
    Remarks
    A pair of floating point numbers specifying the fractional vertical [adjacent row spacing] and horizontal [adjacent column spacing] pixel shift applied to the mask before subtracting it from the contrast frame.
    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