C# 클래스 CrystalMpq.DataFormats.ArgbSurface

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

공개 메소드들

메소드 설명
ArgbSurface ( Surface surface ) : System
ArgbSurface ( SurfaceData surfaceData, bool alphaPremultiplied = false ) : System
ArgbSurface ( byte rawData, int width, int height, bool alphaPremultiplied = false, bool sharedBuffer = false ) : System
ArgbSurface ( int width, int height, bool alphaPremultiplied = false ) : System
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[]

보호된 메소드들

메소드 설명
CopyToArgbInternal ( SurfaceData surfaceData ) : void
LockInternal ( int &stride ) : IntPtr
UnlockInternal ( ) : void

메소드 상세

ArgbSurface() 공개 메소드

public ArgbSurface ( Surface surface ) : System
surface Surface
리턴 System

ArgbSurface() 공개 메소드

public ArgbSurface ( SurfaceData surfaceData, bool alphaPremultiplied = false ) : System
surfaceData SurfaceData
alphaPremultiplied bool
리턴 System

ArgbSurface() 공개 메소드

public ArgbSurface ( byte rawData, int width, int height, bool alphaPremultiplied = false, bool sharedBuffer = false ) : System
rawData byte
width int
height int
alphaPremultiplied bool
sharedBuffer bool
리턴 System

ArgbSurface() 공개 메소드

public ArgbSurface ( int width, int height, bool alphaPremultiplied = false ) : System
width int
height int
alphaPremultiplied bool
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CopyToArgbInternal() 보호된 메소드

protected CopyToArgbInternal ( SurfaceData surfaceData ) : void
surfaceData SurfaceData
리턴 void

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