ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer, _
       ByRef heightInBlocksRef As Integer _
    ) 
    public void GetSizeInBlocks( 
       out int widthInBlocksRef,
       out int heightInBlocksRef
    )

    Parameters

    widthInBlocksRef
    heightInBlocksRef
    See Also