←Select platform

FrameEnabled Property

Summary

(Read only) Gets an array of boolean values that indicate whether a frame is added to the average output image.

Syntax
C#
VB
C++
public bool[] FrameEnabled { get; } 
Public ReadOnly Property FrameEnabled As Boolean() 
public: 
property array<bool>^ FrameEnabled { 
   array<bool>^ get(); 
} 

Property Value

An array of boolean values that represents which frames are included when averaging the image.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly