ImageMaskArea Class
A class representing image mask rectangle areas. You can use it to define a rectangle area to include and/or to exclude.
Remarks
If include and exclude areas overlap, the exclude overrides the include.

C# Syntax

public class ImageMaskArea 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Utils.ImageMaskArea

Public Constructors
 NameDescription
Public ConstructorImageMaskArea ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyExcludeRectangleThe rectangle area to exclude from the mask image.  
Public PropertyIncludeRectangleThe rectangle area to include in the mask image.  
Top