Skip to main content

GenericColorizerItemCollection<T>.ToColors() Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public ColorCollection ToColors()

Returns

Type Description
ColorCollection

A ColorCollection object.

See Also