C# Class NewTOAPIA.PixmapTransfer

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

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.
Résultat GDIDIBSection

Copy() public static méthode

public static Copy ( PixelArray dst, GDIDIBSection src ) : PixelArray
dst PixelArray
src GDIDIBSection
Résultat PixelArray