 | MaskInterfaceCutRectangleUserMask Method |
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void CutRectangleUserMask(
int roiLeft,
int roiTop,
int roiWidth,
int roiHeight,
bool keepInside,
bool Intersection
)
public:
virtual void CutRectangleUserMask(
int roiLeft,
int roiTop,
int roiWidth,
int roiHeight,
bool keepInside,
bool Intersection
)
Parameters
- roiLeft Int32
-
- roiTop Int32
-
- roiWidth Int32
-
- roiHeight Int32
-
- keepInside Boolean
-
- Intersection Boolean
-
Implements
IMaskCutRectangleUserMask(Int32, Int32, Int32, Int32, Boolean, Boolean)
See Also