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 : OutCenters Property |
public RasterColor[] OutCenters {get;}
'Declaration
Public ReadOnly Property OutCenters As RasterColor()
'Usage
Dim instance As KMeansCommand Dim value() As RasterColor value = instance.OutCenters
public RasterColor[] OutCenters {get;}
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *outCenters
public ArrayList<RasterColor> getOutCenters()
get_OutCenters();
public: property array<RasterColor>^ OutCenters { array<RasterColor>^ get(); }