Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > KMeansCommand Class : InCenters Property |
public RasterColor[] InCenters {get; set;}
'Declaration
Public Property InCenters As RasterColor()
'Usage
Dim instance As KMeansCommand Dim value() As RasterColor instance.InCenters = value value = instance.InCenters
public RasterColor[] InCenters {get; set;}
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *inCenters
public void setInCenters(ArrayList<RasterColor> value)
<br/>get_InCenters();<br/>set_InCenters(value);<br/>Object.defineProperty('InCenters');
public: property array<RasterColor>^ InCenters { array<RasterColor>^ get(); void set ( array<RasterColor>^ value); }