'DeclarationPublic Shared Function CenterRectY( _ ByVal bounds As NRectangle, _ ByVal size As NSize _ ) As NRectangle
'UsageDim bounds As NRectangle Dim size As NSize Dim value As NRectangle value = NLayoutHelper.CenterRectY(bounds, size)
public static NRectangle CenterRectY( NRectangle bounds, NSize size )
Parameters
- bounds
- size