DicomObjects.NetStandard 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 SkiaSharp.SKPoint
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As SkiaSharp.SKPoint
     
    instance.MaskShift = value
     
    value = instance.MaskShift
    public SkiaSharp.SKPoint MaskShift {get; set;}
    public:
    property SkiaSharp.SKPoint MaskShift {
       SkiaSharp.SKPoint get();
       void set (    SkiaSharp.SKPoint 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