ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByRef mipLevelRef As System.Integer, _
       ByRef sliceIndexRef As System.Integer _
    ) 
    public void CreateNewFrame( 
       out BitmapFrameEncode frameEncodeOut,
       out System.int arrayIndexRef,
       out System.int mipLevelRef,
       out System.int sliceIndexRef
    )

    Parameters

    frameEncodeOut
    arrayIndexRef
    mipLevelRef
    sliceIndexRef
    See Also