ComponentOne Bitmap for UWP
GetSize Method (BitmapSource)

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class : GetSize Method
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

Reference

BitmapSource Class
BitmapSource Members