Class StyleExtensions
Inherited Members
Namespace: Mapsui.Extensions
Assembly: Mapsui.dll
Syntax
public static class StyleExtensions
Methods
| Edit this page View SourceGetStylesToApply(IStyle?, double)
Declaration
public static IEnumerable<IStyle> GetStylesToApply(this IStyle? style, double resolution)
Parameters
Type | Name | Description |
---|---|---|
IStyle | style | |
double | resolution |
Returns
Type | Description |
---|---|
IEnumerable<IStyle> |
ShouldBeApplied(IStyle?, double)
Declaration
public static bool ShouldBeApplied(this IStyle? style, double resolution)
Parameters
Type | Name | Description |
---|---|---|
IStyle | style | |
double | resolution |
Returns
Type | Description |
---|---|
bool |