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, |
||
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, |
||
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 |
public AddSpaceController ( IControlSpace aController ) : void | ||
aController | IControlSpace | |
return | void |
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 |
public BitBlt ( int x, int y, PixelBuffer24 pixBuff ) : void | ||
x | int | |
y | int | |
pixBuff | PixelBuffer24 | |
return | void |
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 |
public CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void | ||
title | string | |
frame | RECT | |
uniqueID | System.Guid | |
return | void |
public InvalidateSurfaceRect ( System.Guid surfaceID, RECT rect ) : void | ||
surfaceID | System.Guid | |
rect | RECT | |
return | void |
public MouseActivity ( Object sender, |
||
sender | Object | |
mevent | ||
return | void |
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 |
public OnBitBlt ( int x, int y, PixelBuffer24 pixBuff ) : void | ||
x | int | |
y | int | |
pixBuff | PixelBuffer24 | |
return | void |
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 |
public OnCreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void | ||
title | string | |
frame | RECT | |
uniqueID | System.Guid | |
return | void |
public OnInvalidateSurfaceRect ( System.Guid surfaceID, RECT rect ) : void | ||
surfaceID | System.Guid | |
rect | RECT | |
return | void |
public OnMouseActivity ( Object sender, |
||
sender | Object | |
mevent | ||
return | void |
public OnSurfaceCreated ( System.Guid uniqueID ) : void | ||
uniqueID | System.Guid | |
return | void |
public OnValidateSurface ( System.Guid surfaceID ) : void | ||
surfaceID | System.Guid | |
return | void |
public ScaleBitmap ( PixelBuffer aBitmap, RECT aFrame ) : void | ||
aBitmap | PixelBuffer | |
aFrame | RECT | |
return | void |
public SpaceControlDelegate ( MetaSpace aSpace ) : System | ||
aSpace | MetaSpace | |
return | System |
public ValidateSurface ( System.Guid surfaceID ) : void | ||
surfaceID | System.Guid | |
return | void |