SharpMap.Rendering.Thematics.CustomTheme.CustomTheme C# (CSharp) Method

CustomTheme() public method

Initializes a new instance of the CustomTheme class
public CustomTheme ( GetStyleMethod getStyleMethod ) : System
getStyleMethod GetStyleMethod
return System
        public CustomTheme(GetStyleMethod getStyleMethod)
        {
            _getStyleDelegate = getStyleMethod;
        }