C# Class HamSketch.MetaSpace

Inheritance: Window, ISpaceControl
Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
AddUISurface ( UISurface aSurface ) : 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, PixelBuffer pixBuff ) : void
CreateUISurface ( string title, RECT frame ) : UISurface
GetUISurfaceAt ( int x, int y ) : UISurface
MouseActivity ( object sender, MouseEventArgs e ) : void
MouseEvent ( Object sender, MouseEventArgs e ) : void
OnInvalidateSurface ( System.Guid aGuid, RECT aRect ) : void
OnMouseActivity ( object sender, MouseEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( MouseEventArgs e ) : void
OnMouseHover ( MouseEventArgs e ) : void
OnMouseLeave ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( DrawEventArgs pea ) : void
OnValidateSurface ( System.Guid aGuid ) : void
ScaleBitmap ( PixelBuffer aBitmap, RECT aFrame ) : void
UISurfacesAt ( int x, int y, Stack &coll ) : void

Protected Methods

Method Description
MetaSpace ( string title, RECT aframe ) : System

Private Methods

Method Description
MetaSpace ( ) : System
Surface_DrawEvent ( object sender, DrawEvent devent ) : void
Surface_MoveByEvent ( object sender, int dx, int dy ) : void
Surface_MoveToEvent ( object sender, int x, int y ) : void

Method Details

AddUISurface() public method

public AddUISurface ( UISurface aSurface ) : void
aSurface UISurface
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, PixelBuffer pixBuff ) : void
x int
y int
pixBuff PixelBuffer
return void

CreateUISurface() public method

public CreateUISurface ( string title, RECT frame ) : UISurface
title string
frame RECT
return UISurface

GetUISurfaceAt() public method

public GetUISurfaceAt ( int x, int y ) : UISurface
x int
y int
return UISurface

MetaSpace() protected method

protected MetaSpace ( string title, RECT aframe ) : System
title string
aframe RECT
return System

MouseActivity() public method

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

MouseEvent() public method

public MouseEvent ( Object sender, MouseEventArgs e ) : void
sender Object
e MouseEventArgs
return void

OnInvalidateSurface() public method

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

OnMouseDown() public method

public OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseEnter() public method

public OnMouseEnter ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseHover() public method

public OnMouseHover ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseLeave() public method

public OnMouseLeave ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() public method

public OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() public method

public OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseWheel() public method

public OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() public method

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

OnValidateSurface() public method

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

ScaleBitmap() public method

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

UISurfacesAt() public method

public UISurfacesAt ( int x, int y, Stack &coll ) : void
x int
y int
coll Stack
return void