Skip to main content

ColorConverter.ConvertToColor(Object) Method

Converts the specified Object to Color

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract Color ConvertToColor(
    object val
)

Parameters

Name Type Description
val Object

A Object which should be converted.

Returns

Type Description
Color

A Color object representing the converted specified object.

See Also