←Select platform

Start Property

Summary

Gets or sets the beginning color value of the range for the evaluation.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Start", IsRequired=true)] 
public int Start { get; set; } 
  
<DataMemberAttribute(Name="Start", IsRequired=True)> 
Public Property Start As Integer 
[DataMemberAttribute(Name="Start", IsRequired=true)] 
public: 
property int Start { 
   int get(); 
   void set (    int ); 
} 

Property Value

Indicates the beginning color value of the range for the evaluation. This property only accepts positive values.

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.Services.ImageProcessing.DataContracts Assembly