←Select platform

OutCenters Property

Summary

Gets the final centers of the image clusters (i.e. the colors in the output image).

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor[] OutCenters { get; } 
Public ReadOnly Property OutCenters As RasterColor() 
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *outCenters 
public ArrayList<RasterColor> getOutCenters() 
public: 
property array<RasterColor>^ OutCenters { 
   array<RasterColor>^ get(); 
} 

Property Value

An array of RasterColor values that contains the colors in the output image.

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