GetClosestSize(Size2L) Method
In This Topic
Returns the closest dimensions the implementation can natively scale to given the desired dimensions.
Syntax
'Declaration
Public Overloads Sub GetClosestSize( _
ByRef As Size2L _
)
public void GetClosestSize(
ref Size2L
)
Parameters
- size
- The size.
See Also