Click or drag to resize
AB4D logo

DXCubeMap Constructor

Overload List
 NameDescription
Public methodDXCubeMap(BitmapSource, BitmapSource, BitmapSource, BitmapSource, BitmapSource, BitmapSource, DXDevice) CreateFromBitmapSources method creates a cube map (as ShaderResourceView) from 6 different BitmapSources. Each bitmap image can be also flipped if needed.
Public methodDXCubeMap(String, String, String, String, String, String, String, DXDevice) CreateFromBitmapSources method creates a cube map (as ShaderResourceView) from 6 different resource names that represent BitmapImages. Each bitmap image can be also flipped if needed.
Top
See Also