InfraredMediaFrame.IsIlluminated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value specifying whether the infrared media frame is illuminated.
public:
property bool IsIlluminated { bool get(); };
bool IsIlluminated();
public bool IsIlluminated { get; }
var boolean = infraredMediaFrame.isIlluminated;
Public ReadOnly Property IsIlluminated As Boolean
Property Value
Boolean
bool
True if the infrared media frame is illuminated; otherwise, false.