C# Class Win32.NativeWin32MemoryDc

Inheritance: IDisposable
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
ClearClipRect ( ) : void
Dispose ( ) : void
NativeWin32MemoryDc ( int w, int h, bool invertImage = false ) : System
PatBlt ( PatBltColor color ) : void
SetBackTransparent ( bool value ) : void
SetClipRect ( PixelFarm r ) : void
SetClipRect ( int x, int y, int w, int h ) : void
SetFont ( IntPtr hFont ) : IntPtr
SetSolidTextColor ( byte r, byte g, byte b ) : void

set solid text color

SetTextColor ( int win32Color ) : void

Method Details

ClearClipRect() public method

public ClearClipRect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

NativeWin32MemoryDc() public method

public NativeWin32MemoryDc ( int w, int h, bool invertImage = false ) : System
w int
h int
invertImage bool
return System

PatBlt() public method

public PatBlt ( PatBltColor color ) : void
color PatBltColor
return void

SetBackTransparent() public method

public SetBackTransparent ( bool value ) : void
value bool
return void

SetClipRect() public method

public SetClipRect ( PixelFarm r ) : void
r PixelFarm
return void

SetClipRect() public method

public SetClipRect ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void

SetFont() public method

public SetFont ( IntPtr hFont ) : IntPtr
hFont System.IntPtr
return System.IntPtr

SetSolidTextColor() public method

set solid text color
public SetSolidTextColor ( byte r, byte g, byte b ) : void
r byte 0-255
g byte 0-255
b byte 0-255
return void

SetTextColor() public method

public SetTextColor ( int win32Color ) : void
win32Color int
return void