VFPFingerprintSourceIgnoredAreas Property  | 
 
            Gets the ignored areas.
            
 
    Namespace: 
   VisioForge.VideoFingerPrinting
    Assembly:
   VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntaxpublic List<VFRect> IgnoredAreas { get; }Public ReadOnly Property IgnoredAreas As List(Of VFRect)
	Get
Property Value
Type: 
ListVFRect
Remarks
            Ignored areas applied after crop but before resize.
            
See Also