'Declaration
Protected Overloads Overridable Function ComputeModelBounds( _ ByVal model As NModel, _ ByVal hint As ModelChangeHint, _ ByVal data As System.Object _ ) As NRectangleF
'Usage
Dim instance As NAggregateModel Dim model As NModel Dim hint As ModelChangeHint Dim data As System.Object Dim value As NRectangleF value = instance.ComputeModelBounds(model, hint, data)
protected virtual NRectangleF ComputeModelBounds( NModel model, ModelChangeHint hint, System.object data )
Parameters
- model
- hint
- data