C# Class Pictures.DesktopPictures

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

Public Properties

Property Type Description
_random System.Random

Public Methods

Method Description
DesktopPictures ( ) : System
GetJpegImageSize ( string filename ) : Size

Protected Methods

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

Private Methods

Method Description
CheckSegments ( List Segments, Size Size, int Column, int Row, int Columns, int Rows ) : bool
CreateSegmentSize ( ) : Size
CreateSegments ( Size Size ) : List
GetClientRect ( IntPtr hWnd, Rectangle &lpRect ) : bool
GetDesktopHandle ( ) : IntPtr
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
LoadPictures ( string Path ) : void
LoadSettings ( ) : void
MarkSegments ( List Segments, int Column, int Row, int Columns, int Rows ) : void
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
ReadBEUshort ( BinaryReader rdr ) : ushort
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : int
tmrDelay_Tick ( object sender, EventArgs e ) : void

Method Details

DesktopPictures() public method

public DesktopPictures ( ) : System
return System

GetJpegImageSize() public static method

public static GetJpegImageSize ( string filename ) : Size
filename string
return System.Drawing.Size

OnPaint() protected method

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

OnPaintBackground() protected method

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

Property Details

_random public_oe property

public Random,System _random
return System.Random