C# Class HamSketch.MetaSpace

Inheritance: Window, ISpaceControl
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
MetaSpace ( string title, RECT aframe ) : System

Private Methods

Méthode 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 méthode

public AddUISurface ( UISurface aSurface ) : void
aSurface UISurface
Résultat void

AlphaBlend() public méthode

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
Résultat void

BitBlt() public méthode

public BitBlt ( int x, int y, PixelBuffer pixBuff ) : void
x int
y int
pixBuff PixelBuffer
Résultat void

CreateUISurface() public méthode

public CreateUISurface ( string title, RECT frame ) : UISurface
title string
frame RECT
Résultat UISurface

GetUISurfaceAt() public méthode

public GetUISurfaceAt ( int x, int y ) : UISurface
x int
y int
Résultat UISurface

MetaSpace() protected méthode

protected MetaSpace ( string title, RECT aframe ) : System
title string
aframe RECT
Résultat System

MouseActivity() public méthode

public MouseActivity ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

MouseEvent() public méthode

public MouseEvent ( Object sender, MouseEventArgs e ) : void
sender Object
e MouseEventArgs
Résultat void

OnInvalidateSurface() public méthode

public OnInvalidateSurface ( System.Guid aGuid, RECT aRect ) : void
aGuid System.Guid
aRect RECT
Résultat void

OnMouseActivity() public méthode

public OnMouseActivity ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseEnter() public méthode

public OnMouseEnter ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseHover() public méthode

public OnMouseHover ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseWheel() public méthode

public OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() public méthode

public OnPaint ( DrawEventArgs pea ) : void
pea DrawEventArgs
Résultat void

OnValidateSurface() public méthode

public OnValidateSurface ( System.Guid aGuid ) : void
aGuid System.Guid
Résultat void

ScaleBitmap() public méthode

public ScaleBitmap ( PixelBuffer aBitmap, RECT aFrame ) : void
aBitmap PixelBuffer
aFrame RECT
Résultat void

UISurfacesAt() public méthode

public UISurfacesAt ( int x, int y, Stack &coll ) : void
x int
y int
coll Stack
Résultat void