'Declaration Public Function New( _ ByVal page As ImGearPage, _ ByVal maskColor As ImGearPixel, _ ByVal invertSelection As Boolean _ )
'Usage Dim page As ImGearPage Dim maskColor As ImGearPixel Dim invertSelection As Boolean Dim instance As New ImGearROIMask(page, maskColor, invertSelection)
public ImGearROIMask( ImGearPage page, ImGearPixel maskColor, bool invertSelection )
public: ImGearROIMask( ImGearPage* page, ImGearPixel* maskColor, bool invertSelection )
public: ImGearROIMask( ImGearPage^ page, ImGearPixel^ maskColor, bool invertSelection )
Parameters
- page
- The page used to construct the ROI mask. Binary (1-bit) pages are not supported.
- maskColor
- Mask color.
- invertSelection
- Set to true to build mask according to area not filled with MaskColor.