'DeclarationProtected Shared Function FitBounds( _ ByVal parentBounds As NRectangleF, _ ByVal contentBounds As NRectangleF _ ) As NRectangleF
'UsageDim parentBounds As NRectangleF Dim contentBounds As NRectangleF Dim value As NRectangleF value = NCallout.FitBounds(parentBounds, contentBounds)
protected static NRectangleF FitBounds( NRectangleF parentBounds, NRectangleF contentBounds )
Parameters
- parentBounds
- contentBounds