GetClosestSize(Int32,Int32) Method
In This Topic
HRESULT IWICBitmapSourceTransform::GetClosestSize([InOut] unsigned int* puiWidth,[InOut] unsigned int* puiHeight)
Syntax
'Declaration
Public Overloads Sub GetClosestSize( _
ByRef As System.Integer, _
ByRef As System.Integer _
)
public void GetClosestSize(
ref System.int ,
ref System.int
)
Parameters
- widthRef
- heightRef
See Also