C# Класс CrystalMpq.DataFormats.DxtSurface

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

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

Свойство Тип Описание
data byte[]

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

Метод Описание
Clone ( ) : object
CreateStream ( ) : Stream

Creates a stream for accessing the surface data.

The returned stream can be used for reading or modifying the surface data.

ToArray ( ) : byte[]

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

Метод Описание
LockInternal ( int &stride ) : IntPtr
UnlockInternal ( ) : void

Приватные методы

Метод Описание
DxtSurface ( byte rawData, int width, int height, byte alphaBitCount, bool alphaPremultiplied = false ) : System
DxtSurface ( byte rawData, int width, int height, byte alphaBitCount, bool alphaPremultiplied = false, bool shareBuffer = false ) : System
DxtSurface ( int width, int height, byte alphaBitCount, bool alphaPremultiplied = false ) : System

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

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

public Clone ( ) : object
Результат object

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

Creates a stream for accessing the surface data.
The returned stream can be used for reading or modifying the surface data.
public CreateStream ( ) : Stream
Результат Stream

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

protected LockInternal ( int &stride ) : IntPtr
stride int
Результат System.IntPtr

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

public ToArray ( ) : byte[]
Результат byte[]

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

protected UnlockInternal ( ) : void
Результат void

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

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

protected byte[] data
Результат byte[]