C# Class HumLog.SpaceControlDelegate

Inheritance: IControlSpace
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
AddSpaceController ( IControlSpace aController ) : void
AlphaBlend ( int x, int y, int width, int height, PixelBuffer bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
BitBlt ( int x, int y, PixelBuffer24 pixBuff ) : void
CopyPixels ( int x, int y, int width, int height, PixelBuffer pixBuff ) : void
CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void
InvalidateSurfaceRect ( System.Guid surfaceID, RECT rect ) : void
MouseActivity ( Object sender, MouseActivityArgs mevent ) : void
OnAlphaBlend ( int x, int y, int width, int height, PixelBuffer bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
OnBitBlt ( int x, int y, PixelBuffer24 pixBuff ) : 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 surfaceID, RECT rect ) : void
OnMouseActivity ( Object sender, MouseActivityArgs mevent ) : void
OnSurfaceCreated ( System.Guid uniqueID ) : void
OnValidateSurface ( System.Guid surfaceID ) : void
ScaleBitmap ( PixelBuffer aBitmap, RECT aFrame ) : void
SpaceControlDelegate ( ) : System
SpaceControlDelegate ( MetaSpace aSpace ) : System
ValidateSurface ( System.Guid surfaceID ) : void

Method Details

AddSpaceController() public method

public AddSpaceController ( IControlSpace aController ) : void
aController IControlSpace
return void

AlphaBlend() public method

public AlphaBlend ( 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

BitBlt() public method

public BitBlt ( int x, int y, PixelBuffer24 pixBuff ) : void
x int
y int
pixBuff PixelBuffer24
return void

CopyPixels() public method

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

CreateSurface() public method

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

InvalidateSurfaceRect() public method

public InvalidateSurfaceRect ( System.Guid surfaceID, RECT rect ) : void
surfaceID System.Guid
rect RECT
return void

MouseActivity() public method

public MouseActivity ( Object sender, MouseActivityArgs mevent ) : void
sender Object
mevent NewTOAPIA.UI.MouseActivityArgs
return void

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

OnBitBlt() public method

public OnBitBlt ( int x, int y, PixelBuffer24 pixBuff ) : void
x int
y int
pixBuff PixelBuffer24
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 surfaceID, RECT rect ) : void
surfaceID System.Guid
rect RECT
return void

OnMouseActivity() public method

public OnMouseActivity ( Object sender, MouseActivityArgs mevent ) : void
sender Object
mevent NewTOAPIA.UI.MouseActivityArgs
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

ScaleBitmap() public method

public ScaleBitmap ( PixelBuffer aBitmap, RECT aFrame ) : void
aBitmap PixelBuffer
aFrame RECT
return void

SpaceControlDelegate() public method

public SpaceControlDelegate ( ) : System
return System

SpaceControlDelegate() public method

public SpaceControlDelegate ( MetaSpace aSpace ) : System
aSpace MetaSpace
return System

ValidateSurface() public method

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