C# Класс SharpMap.Rendering.Thematics.CustomTheme

The CustomTheme class is used for defining your own thematic rendering by using a custom get-style-delegate.
Наследование: ITheme
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CustomTheme ( GetStyleMethod getStyleMethod ) : System

Initializes a new instance of the CustomTheme class

GetStyle ( SharpMap row ) : SharpMap.Styles.IStyle

Returns the color based on an attribute value

Описание методов

CustomTheme() публичный Метод

Initializes a new instance of the CustomTheme class
public CustomTheme ( GetStyleMethod getStyleMethod ) : System
getStyleMethod GetStyleMethod
Результат System

GetStyle() публичный Метод

Returns the color based on an attribute value
public GetStyle ( SharpMap row ) : SharpMap.Styles.IStyle
row SharpMap DataRow
Результат SharpMap.Styles.IStyle