C# Class Vishcious.ArcGIS.SLContrib.PixelRenderer

Show file Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method Description
Display ( PngEncoder surface, IEnumerable mapPoints ) : void
PixelRenderer ( int width, int height ) : System
PixelRenderer ( int width, int height, Color pixelColor ) : System

Method Details

Display() public method

public Display ( PngEncoder surface, IEnumerable mapPoints ) : void
surface PngEncoder
mapPoints IEnumerable
return void

PixelRenderer() public method

public PixelRenderer ( int width, int height ) : System
width int
height int
return System

PixelRenderer() public method

public PixelRenderer ( int width, int height, Color pixelColor ) : System
width int
height int
pixelColor Color
return System