ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByRef heightRef As System.Integer _
    ) 
    public void GetSize( 
       out System.int widthRef,
       out System.int heightRef
    )

    Parameters

    widthRef
    heightRef
    See Also