ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / DdsEncoder Class / CreateNewFrame Method

In This Topic
    CreateNewFrame Method (DdsEncoder)
    In This Topic
    HRESULT IWICDdsEncoder::CreateNewFrame([Out] IWICBitmapFrameEncode** ppIFrameEncode,[Out] unsigned int* pArrayIndex,[Out] unsigned int* pMipLevel,[Out] unsigned int* pSliceIndex)
    Syntax
    'Declaration
     
    Public Sub CreateNewFrame( _
       ByRef frameEncodeOut As BitmapFrameEncode, _
       ByRef arrayIndexRef As Integer, _
       ByRef mipLevelRef As Integer, _
       ByRef sliceIndexRef As Integer _
    ) 
    public void CreateNewFrame( 
       out BitmapFrameEncode frameEncodeOut,
       out int arrayIndexRef,
       out int mipLevelRef,
       out int sliceIndexRef
    )

    Parameters

    frameEncodeOut
    arrayIndexRef
    mipLevelRef
    sliceIndexRef
    See Also