ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / DdsFrameDecode Class / GetSizeInBlocks Method

In This Topic
    GetSizeInBlocks Method
    In This Topic
    HRESULT IWICDdsFrameDecode::GetSizeInBlocks([Out] unsigned int* pWidthInBlocks,[Out] unsigned int* pHeightInBlocks)
    Syntax
    'Declaration
     
    Public Sub GetSizeInBlocks( _
       ByRef widthInBlocksRef As System.Integer, _
       ByRef heightInBlocksRef As System.Integer _
    ) 
    public void GetSizeInBlocks( 
       out System.int widthInBlocksRef,
       out System.int heightInBlocksRef
    )

    Parameters

    widthInBlocksRef
    heightInBlocksRef
    See Also