ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapSource Class / GetSize Method

In This Topic
    GetSize Method (BitmapSource)
    In This Topic
    HRESULT IWICBitmapSource::GetSize([Out] unsigned int* puiWidth,[Out] unsigned int* puiHeight)
    Syntax
    'Declaration
     
    Public Sub GetSize( _
       ByRef widthRef As Integer, _
       ByRef heightRef As Integer _
    ) 
    public void GetSize( 
       out int widthRef,
       out int heightRef
    )

    Parameters

    widthRef
    heightRef
    See Also