C# Class Vishcious.ArcGIS.SLContrib.PixelPngRenderer

Datei anzeigen Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method Description
Display ( ) : void
GetImageStream ( ) : Stream
PixelPngRenderer ( int width, int height, IEnumerable mapPoints ) : System

Method Details

Display() public method

public Display ( ) : void
return void

GetImageStream() public method

public GetImageStream ( ) : Stream
return Stream

PixelPngRenderer() public method

public PixelPngRenderer ( int width, int height, IEnumerable mapPoints ) : System
width int
height int
mapPoints IEnumerable
return System