←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly