←Select platform

InCenters Property

Summary

Sets and gets an array of Leadtools.RasterColor values that represent the initial centers of the clusters. Used whenever the Type is KMeans_UserDefined input clusters.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor[] InCenters { get; set; } 
Public Property InCenters As RasterColor() 
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *inCenters 
public void setInCenters(ArrayList<RasterColor> value) 
public: 
property array<RasterColor>^ InCenters { 
   array<RasterColor>^ get(); 
   void set (    array<RasterColor>^ ); 
} 

Property Value

An array of Leadtools.RasterColor values that represent the initial centers of the clusters.

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