C# Класс CSharpGL.DIBSection

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

Защищенные свойства (Protected)

Свойство Тип Описание
bits System.IntPtr

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

Метод Описание
Create ( IntPtr deviceContext, int width, int height, int bitCount ) : bool

Creates the specified width.

DestroyBitmap ( ) : void

Destroys this instance.

Resize ( int width, int height, int bitCount ) : void

Resizes the section.

Защищенные методы

Метод Описание
SetPixelFormat ( IntPtr hDC, int bitCount ) : bool

This function sets the pixel format of the underlying bitmap.

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

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

Creates the specified width.
public Create ( IntPtr deviceContext, int width, int height, int bitCount ) : bool
deviceContext System.IntPtr
width int The width.
height int The height.
bitCount int The bit count.
Результат bool

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

Destroys this instance.
public DestroyBitmap ( ) : void
Результат void

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

Resizes the section.
public Resize ( int width, int height, int bitCount ) : void
width int The width.
height int The height.
bitCount int The bit count.
Результат void

SetPixelFormat() защищенный Метод

This function sets the pixel format of the underlying bitmap.
protected SetPixelFormat ( IntPtr hDC, int bitCount ) : bool
hDC System.IntPtr
bitCount int The bitcount.
Результат bool

Описание свойств

bits защищенное свойство

The parent dc. The bits.
protected IntPtr,System bits
Результат System.IntPtr