C# 클래스 OpenMetaverse.AssetTexture

상속: Asset
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

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