Skip to main content
A newer version of this page is available. .

GenericColorizerItemCollection<T>.ToColors() Method

Converts the GenericColorizerItemCollection<T> object to a ColorCollection object.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public ColorCollection ToColors()

Returns

Type Description
ColorCollection

A ColorCollection object.

See Also