C# Класс OpenMetaverse.AssetTexture

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

Открытые свойства

Свойство Тип Описание
Components int
Image ManagedImage
LayerInfo OpenJPEG.J2KLayerInfo[]

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

Метод Описание
AssetTexture ( ) : System
AssetTexture ( ManagedImage image ) : System
AssetTexture ( UUID assetID, byte assetData ) : System
Decode ( ) : bool

Decodes the JPEG2000 data in AssetData to the ManagedImage object Image

DecodeLayerBoundaries ( ) : bool

Decodes the begin and end byte positions for each quality layer in the image

Encode ( ) : void

Populates the AssetData byte array with a JPEG2000 encoded image created from the data in Image

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

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

public AssetTexture ( ) : System
Результат System

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

public AssetTexture ( ManagedImage image ) : System
image ManagedImage
Результат System

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

public AssetTexture ( UUID assetID, byte assetData ) : System
assetID UUID
assetData byte
Результат System

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

Decodes the JPEG2000 data in AssetData to the ManagedImage object Image
public Decode ( ) : bool
Результат bool

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

Decodes the begin and end byte positions for each quality layer in the image
public DecodeLayerBoundaries ( ) : bool
Результат bool

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

Populates the AssetData byte array with a JPEG2000 encoded image created from the data in Image
public Encode ( ) : void
Результат void

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

Components публичное свойство

public int Components
Результат int

Image публичное свойство

public ManagedImage Image
Результат ManagedImage

LayerInfo публичное свойство

public OpenJPEG.J2KLayerInfo[] LayerInfo
Результат OpenJPEG.J2KLayerInfo[]