C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.PngEncoder

PngEncoder class courtesy of Joe Stegman and opmized by Nikola: http://blogs.msdn.com/nikola/archive/2009/03/04/silverlight-super-fast-dymanic-image-generation-code-revisited.aspx
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 메소드들

메소드 설명
GetImageStream ( ) : Stream
GetRowStart ( int row ) : int
PngEncoder ( int width, int height ) : System
SetPixelAtRowStart ( int col, int rowStart, byte red, byte green, byte blue, byte alpha ) : void
SetPixelSlow ( int col, int row, byte red, byte green, byte blue, byte alpha ) : void

비공개 메소드들

메소드 설명
PrepareBuffer ( int width, int height ) : void

메소드 상세

GetImageStream() 공개 메소드

public GetImageStream ( ) : Stream
리턴 Stream

GetRowStart() 공개 메소드

public GetRowStart ( int row ) : int
row int
리턴 int

PngEncoder() 공개 메소드

public PngEncoder ( int width, int height ) : System
width int
height int
리턴 System

SetPixelAtRowStart() 공개 메소드

public SetPixelAtRowStart ( int col, int rowStart, byte red, byte green, byte blue, byte alpha ) : void
col int
rowStart int
red byte
green byte
blue byte
alpha byte
리턴 void

SetPixelSlow() 공개 메소드

public SetPixelSlow ( int col, int row, byte red, byte green, byte blue, byte alpha ) : void
col int
row int
red byte
green byte
blue byte
alpha byte
리턴 void