ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapLock Class / GetSize Method

In This Topic
    GetSize Method (BitmapLock)
    In This Topic
    HRESULT IWICBitmapLock::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