C# Класс PocketCampus.Main.PngWriter

WriteableBitmap Extensions for PNG Writing
Показать файл Открыть проект

Открытые методы

Метод Описание
PngWriter ( Stream stream, System.Windows.Media.Imaging.WriteableBitmap bitmap ) : System
Write ( ) : void

Write and PNG file out to a file stream. Currently compression is not supported.

Приватные методы

Метод Описание
WriteChunk ( string type, byte data ) : void
WriteChunk ( string type, byte data, int offset, int length ) : void
WriteDataChunksUncompressed ( ) : void
WriteEndChunk ( ) : void
WriteGammaChunk ( ) : void
WriteHeaderChunk ( System.Windows.Media.Imaging.PngHeader header ) : void
WriteInteger ( Stream stream, int value ) : void
WriteInteger ( Stream stream, uint value ) : void
WriteInteger ( byte data, int offset, int value ) : void
WritePhysicsChunk ( ) : void

Описание методов

PngWriter() публичный Метод

public PngWriter ( Stream stream, System.Windows.Media.Imaging.WriteableBitmap bitmap ) : System
stream Stream
bitmap System.Windows.Media.Imaging.WriteableBitmap
Результат System

Write() публичный Метод

Write and PNG file out to a file stream. Currently compression is not supported.
public Write ( ) : void
Результат void