C# 클래스 CrystalMpq.DataFormats.Surface.Wrapper

Base class for wrapping a Surface inside another one.
Inherit this class for defining a new type of surface that itself contains no data.
상속: Surface
파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
CreateStream ( ) : Stream
ToArray ( ) : byte[]
Wrapper ( Surface surface ) : System

보호된 메소드들

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

메소드 상세

CopyToArgbInternal() 보호된 최종 메소드

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

CreateStream() 공개 최종 메소드

public final CreateStream ( ) : Stream
리턴 Stream

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LockInternal() 보호된 최종 메소드

protected final LockInternal ( int &stride ) : IntPtr
stride int
리턴 System.IntPtr

ToArray() 공개 최종 메소드

public final ToArray ( ) : byte[]
리턴 byte[]

UnlockInternal() 보호된 최종 메소드

protected final UnlockInternal ( ) : void
리턴 void

Wrapper() 공개 메소드

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