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
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As System.Drawing.PointF
     
    instance.MaskShift = value
     
    value = instance.MaskShift
    public System.Drawing.PointF MaskShift {get; set;}
    public read-write property MaskShift: System.Drawing.PointF; 
    public function get,set MaskShift : System.Drawing.PointF
    public: __property System.Drawing.PointF get_MaskShift();
    public: __property void set_MaskShift( 
       System.Drawing.PointF value
    );
    public:
    property System.Drawing.PointF MaskShift {
       System.Drawing.PointF get();
       void set (    System.Drawing.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: .NET CLR 4.8 or higher

    See Also