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

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

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

Метод Описание
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