Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateBrush ( int p ) : |
||
CreateGraphics ( ) : |
||
CreatePen ( int p ) : |
||
CreateUtfGridJson ( ) : string | ||
Dispose ( ) : void | ||
FillPolygon ( SqlGeography geography, int i, object data = null ) : void | ||
GetBoundingBoxInLatLngWithMargin ( int tileX, int tileY, int zoom ) : |
||
IntToRgb ( int p ) : Color | ||
RgbToInt ( int start, byte rgbValues, int x ) : int | ||
Utf8Grid ( int utfGridResolution, int tileX, int tileY, int zoom ) : System |
public static CreateBrush ( int p ) : |
||
p | int | |
return |
public static CreatePen ( int p ) : |
||
p | int | |
return |
public FillPolygon ( SqlGeography geography, int i, object data = null ) : void | ||
geography | SqlGeography | |
i | int | |
data | object | |
return | void |
public GetBoundingBoxInLatLngWithMargin ( int tileX, int tileY, int zoom ) : |
||
tileX | int | |
tileY | int | |
zoom | int | |
return |
public static RgbToInt ( int start, byte rgbValues, int x ) : int | ||
start | int | |
rgbValues | byte | |
x | int | |
return | int |
public Utf8Grid ( int utfGridResolution, int tileX, int tileY, int zoom ) : System | ||
utfGridResolution | int | |
tileX | int | |
tileY | int | |
zoom | int | |
return | System |