C# Class GDI32DCBrush, NewTOAPIA

Inheritance: GDIBrush
显示文件 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
FocusHere ( IntPtr device ) : void
GDI32DCBrush ( IntPtr deviceContext, uint color ) : System
OnSetColor ( uint color ) : void
OnSetHandle ( IntPtr aHandle ) : void

Method Details

FocusHere() public method

public FocusHere ( IntPtr device ) : void
device IntPtr
return void

GDI32DCBrush() public method

public GDI32DCBrush ( IntPtr deviceContext, uint color ) : System
deviceContext IntPtr
color uint
return System

OnSetColor() public method

public OnSetColor ( uint color ) : void
color uint
return void

OnSetHandle() public method

public OnSetHandle ( IntPtr aHandle ) : void
aHandle IntPtr
return void