C# Class SnapNGLView.GLSketchViewer

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GLSketchViewer ( GraphicsInterface gi, int width, int height ) : System
PixBltLum24 ( PixelArray pixMap, int x, int y ) : void
PixBltPixelBuffer24 ( PixelBuffer24 pixMap, int x, int y ) : void

Method Details

GLSketchViewer() public méthode

public GLSketchViewer ( GraphicsInterface gi, int width, int height ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
Résultat System

PixBltLum24() public méthode

public PixBltLum24 ( PixelArray pixMap, int x, int y ) : void
pixMap PixelArray
x int
y int
Résultat void

PixBltPixelBuffer24() public méthode

public PixBltPixelBuffer24 ( PixelBuffer24 pixMap, int x, int y ) : void
pixMap PixelBuffer24
x int
y int
Résultat void