←Select platform

Factor Property

Summary
Gets or sets a value that represents the temperature value.
Syntax
C#
VB
C++
public int Factor { get; set; } 
Public Property Factor As Integer 
public: 
property int Factor { 
   int get(); 
   void set (    int ); 
} 

Property Value

The Temperature's value.

Remarks

The acceptable temperature value range is -1024 to 1024. A negative value makes the image look colder, while a positive value makes it look hotter.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.