C# Класс Rooler.NativeMethods.DC

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BitBlt ( int x, int y, int nWidth, int nHeight, DC hSrcDC, int xSrc, int ySrc, int dwRop ) : bool
CreateCompatibleBitmap ( int width, int height ) : GdiObject
CreateCompatibleDC ( ) : DC
DC ( IntPtr ptr ) : System
Dispose ( ) : void
SelectObject ( GdiObject hgdiobj ) : GdiObject

Описание методов

BitBlt() публичный Метод

public BitBlt ( int x, int y, int nWidth, int nHeight, DC hSrcDC, int xSrc, int ySrc, int dwRop ) : bool
x int
y int
nWidth int
nHeight int
hSrcDC DC
xSrc int
ySrc int
dwRop int
Результат bool

CreateCompatibleBitmap() публичный Метод

public CreateCompatibleBitmap ( int width, int height ) : GdiObject
width int
height int
Результат GdiObject

CreateCompatibleDC() публичный Метод

public CreateCompatibleDC ( ) : DC
Результат DC

DC() публичный Метод

public DC ( IntPtr ptr ) : System
ptr System.IntPtr
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

SelectObject() публичный Метод

public SelectObject ( GdiObject hgdiobj ) : GdiObject
hgdiobj GdiObject
Результат GdiObject