C# Class NewTOAPIA.PixmapTransfer

Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Copy ( GDIDIBSection dst, PixelArray src ) : GDIDIBSection

Copy from a Luminance image to the BGRb pixel buffer.

Copy ( PixelArray dst, GDIDIBSection src ) : PixelArray

Method Details

Copy() public static method

Copy from a Luminance image to the BGRb pixel buffer.
public static Copy ( GDIDIBSection dst, PixelArray src ) : GDIDIBSection
dst GDIDIBSection The destination of the copy.
src PixelArray The source of the copy.
return GDIDIBSection

Copy() public static method

public static Copy ( PixelArray dst, GDIDIBSection src ) : PixelArray
dst PixelArray
src GDIDIBSection
return PixelArray