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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also