C# Class LibRawNet.Streams.UnmanagedBgrBitmapDataStream

Inheritance: AbstractBitmapDataStream
Afficher le fichier Open project: ashmind/librawnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, System origin ) : long
SetLength ( long value ) : void
UnmanagedBgrBitmapDataStream ( IntPtr dataPtr, Size bitmapSize, int bitsPerPixel, System.Action dispose ) : System
Write ( byte buffer, int offset, int count ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, System origin ) : long
offset long
origin System
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

UnmanagedBgrBitmapDataStream() public méthode

public UnmanagedBgrBitmapDataStream ( IntPtr dataPtr, Size bitmapSize, int bitsPerPixel, System.Action dispose ) : System
dataPtr System.IntPtr
bitmapSize System.Drawing.Size
bitsPerPixel int
dispose System.Action
Résultat System

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void