C# 클래스 CrystalMpq.DataFormats.DxtSurface

상속: Surface
파일 보기 프로젝트 열기: sgraf812/crystalmpq

보호된 프로퍼티들

프로퍼티 타입 설명
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[]