[]
HRESULT IWICDdsEncoder::CreateNewFrame([Out] IWICBitmapFrameEncode** ppIFrameEncode,[Out] unsigned int* pArrayIndex,[Out] unsigned int* pMipLevel,[Out] unsigned int* pSliceIndex)
public void CreateNewFrame(out BitmapFrameEncode frameEncodeOut, out int arrayIndexRef, out int mipLevelRef, out int sliceIndexRef)
Public Sub CreateNewFrame(ByRef frameEncodeOut As BitmapFrameEncode, ByRef arrayIndexRef As Integer, ByRef mipLevelRef As Integer, ByRef sliceIndexRef As Integer)
| Type | Name | Description |
|---|---|---|
| BitmapFrameEncode | frameEncodeOut | |
| int | arrayIndexRef | |
| int | mipLevelRef | |
| int | sliceIndexRef |