←Select platform

OutCenters Property

Summary

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

Syntax

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

Property Value

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

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.ImageProcessing.Core Assembly