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






    MaskShift Property
    Specifies the fractional pixel shift applied to the mask
    Syntax
    'Declaration
     
    
    Public Property MaskShift As System.Drawing.PointF
     
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As System.Drawing.PointF
     
    instance.MaskShift = value
     
    value = instance.MaskShift
    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: .NET CLR 4.8 or higher

    See Also