C# Class Pictures.Screensaver

ファイルを表示 Open project: droud/Pictures Class Usage Examples

Public Methods

Method Description
Screensaver ( IntPtr PreviewWndHandle, FramingService framingService ) : System
Screensaver ( Rectangle Bounds, FramingService framingService ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
GetClientRect ( IntPtr hWnd, Rectangle &lpRect ) : bool
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Pictures_KeyPress ( object sender, KeyPressEventArgs e ) : void
Pictures_Load ( object sender, EventArgs e ) : void
Pictures_MouseClick ( object sender, MouseEventArgs e ) : void
Pictures_MouseMove ( object sender, MouseEventArgs e ) : void
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : int
tmrDelay_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Screensaver() public method

public Screensaver ( IntPtr PreviewWndHandle, FramingService framingService ) : System
PreviewWndHandle IntPtr
framingService FramingService
return System

Screensaver() public method

public Screensaver ( Rectangle Bounds, FramingService framingService ) : System
Bounds Rectangle
framingService FramingService
return System