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