C# Class Mapstache.Utf8Grid

Inheritance: IDisposable
Afficher le fichier Open project: awcoats/mapstache Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateBrush ( int p ) : Brush
CreateGraphics ( ) : Graphics
CreatePen ( int p ) : Pen
CreateUtfGridJson ( ) : string
Dispose ( ) : void
FillPolygon ( SqlGeography geography, int i, object data = null ) : void
GetBoundingBoxInLatLngWithMargin ( int tileX, int tileY, int zoom ) : RectangleF
IntToRgb ( int p ) : Color
RgbToInt ( int start, byte rgbValues, int x ) : int
Utf8Grid ( int utfGridResolution, int tileX, int tileY, int zoom ) : System

Method Details

CreateBrush() public static méthode

public static CreateBrush ( int p ) : Brush
p int
Résultat System.Drawing.Brush

CreateGraphics() public méthode

public CreateGraphics ( ) : Graphics
Résultat System.Drawing.Graphics

CreatePen() public static méthode

public static CreatePen ( int p ) : Pen
p int
Résultat System.Drawing.Pen

CreateUtfGridJson() public méthode

public CreateUtfGridJson ( ) : string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FillPolygon() public méthode

public FillPolygon ( SqlGeography geography, int i, object data = null ) : void
geography SqlGeography
i int
data object
Résultat void

GetBoundingBoxInLatLngWithMargin() public méthode

public GetBoundingBoxInLatLngWithMargin ( int tileX, int tileY, int zoom ) : RectangleF
tileX int
tileY int
zoom int
Résultat System.Drawing.RectangleF

IntToRgb() public static méthode

public static IntToRgb ( int p ) : Color
p int
Résultat Color

RgbToInt() public static méthode

public static RgbToInt ( int start, byte rgbValues, int x ) : int
start int
rgbValues byte
x int
Résultat int

Utf8Grid() public méthode

public Utf8Grid ( int utfGridResolution, int tileX, int tileY, int zoom ) : System
utfGridResolution int
tileX int
tileY int
zoom int
Résultat System