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