C# Class HumLogViewer.PassiveSpace

Inheritance: GLWindow, IReceiveSpaceControl
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
OnAlphaBlend ( int x, int y, int width, int height, PixelBuffer bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
OnCopyPixels ( int x, int y, int width, int height, PixelBuffer pixBuff ) : void
OnCreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void
OnInvalidateSurfaceRect ( System.Guid aGuid, RECT aRect ) : void
OnMouseActivity ( object sender, MouseEventArgs e ) : void
OnPaint ( DrawEvent pea ) : void
OnPaint ( DrawEventArgs pea ) : void
OnSurfaceCreated ( System.Guid uniqueID ) : void
OnValidateSurface ( System.Guid surfaceID ) : void
PassiveSpace ( string title, RECT aframe ) : System

Private Methods

Method Description
PassiveSpace ( ) : System

Method Details

OnAlphaBlend() public method

public OnAlphaBlend ( int x, int y, int width, int height, PixelBuffer bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
x int
y int
width int
height int
bitmap PixelBuffer
srcX int
srcY int
srcWidth int
srcHeight int
alpha byte
return void

OnCopyPixels() public method

public OnCopyPixels ( int x, int y, int width, int height, PixelBuffer pixBuff ) : void
x int
y int
width int
height int
pixBuff PixelBuffer
return void

OnCreateSurface() public method

public OnCreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void
title string
frame RECT
uniqueID System.Guid
return void

OnInvalidateSurfaceRect() public method

public OnInvalidateSurfaceRect ( System.Guid aGuid, RECT aRect ) : void
aGuid System.Guid
aRect RECT
return void

OnMouseActivity() public method

public OnMouseActivity ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

OnPaint() public method

public OnPaint ( DrawEvent pea ) : void
pea NewTOAPIA.UI.DrawEvent
return void

OnPaint() public method

public OnPaint ( DrawEventArgs pea ) : void
pea DrawEventArgs
return void

OnSurfaceCreated() public method

public OnSurfaceCreated ( System.Guid uniqueID ) : void
uniqueID System.Guid
return void

OnValidateSurface() public method

public OnValidateSurface ( System.Guid surfaceID ) : void
surfaceID System.Guid
return void

PassiveSpace() public method

public PassiveSpace ( string title, RECT aframe ) : System
title string
aframe RECT
return System