DicomObjects.NET.8.48 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 System.Drawing.PointF
    public System.Drawing.PointF MaskShift {get; set;}
    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