[]
Returns the closest dimensions the implementation can natively scale to given the desired dimensions.
public void GetClosestSize(ref Size2L size)
| Type | Name | Description |
|---|---|---|
| Size2L | size | The size. |
HRESULT IWICBitmapSourceTransform::GetClosestSize([InOut] unsigned int* puiWidth,[InOut] unsigned int* puiHeight)
public void GetClosestSize(ref int widthRef, ref int heightRef)
| Type | Name | Description |
|---|---|---|
| int | widthRef | |
| int | heightRef |