C# 클래스 VSViewer.FileFormats.TextureMap

파일 보기 프로젝트 열기: MercurialForge/VSViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
map byte[]

Private Properties

프로퍼티 타입 설명
GetBitmap System.Windows.Media.Imaging.BitmapSource
GetPixelData byte[]

공개 메소드들

메소드 설명
GetTexture2D ( Device device ) : SharpDX.Direct3D11.Texture2D
SaveToDisk ( string name, string directory = "" ) : void
TextureMap ( int w, int h ) : System

비공개 메소드들

메소드 설명
GetBitmap ( ) : System.Windows.Media.Imaging.BitmapSource
GetPixelData ( ) : byte[]

메소드 상세

GetTexture2D() 공개 메소드

public GetTexture2D ( Device device ) : SharpDX.Direct3D11.Texture2D
device Device
리턴 SharpDX.Direct3D11.Texture2D

SaveToDisk() 공개 메소드

public SaveToDisk ( string name, string directory = "" ) : void
name string
directory string
리턴 void

TextureMap() 공개 메소드

public TextureMap ( int w, int h ) : System
w int
h int
리턴 System

프로퍼티 상세

map 공개적으로 프로퍼티

public byte[] map
리턴 byte[]