C# 클래스 HumLogViewer.PassiveSpace

상속: GLWindow, IReceiveSpaceControl
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PassiveSpace ( ) : System

메소드 상세

OnAlphaBlend() 공개 메소드

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
리턴 void

OnCopyPixels() 공개 메소드

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

OnCreateSurface() 공개 메소드

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

OnInvalidateSurfaceRect() 공개 메소드

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

OnMouseActivity() 공개 메소드

public OnMouseActivity ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

OnPaint() 공개 메소드

public OnPaint ( DrawEvent pea ) : void
pea NewTOAPIA.UI.DrawEvent
리턴 void

OnPaint() 공개 메소드

public OnPaint ( DrawEventArgs pea ) : void
pea DrawEventArgs
리턴 void

OnSurfaceCreated() 공개 메소드

public OnSurfaceCreated ( System.Guid uniqueID ) : void
uniqueID System.Guid
리턴 void

OnValidateSurface() 공개 메소드

public OnValidateSurface ( System.Guid surfaceID ) : void
surfaceID System.Guid
리턴 void

PassiveSpace() 공개 메소드

public PassiveSpace ( string title, RECT aframe ) : System
title string
aframe RECT
리턴 System