Delegate Model.CalculateExtentForZoomTotalDelegate
Delegate definition for CalculateExtentForZoomTotalEvent. If handeled must return the
extent which is considered as the zoom total extent.
Standard implementation will return this.Extent.Project(pr)
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate BoundingRect CalculateExtentForZoomTotalDelegate(Model m, Projection pr);
Parameters
| Type | Name | Description |
|---|---|---|
| Model | m | The Model |
| Projection | pr | The Projection |
Returns
| Type | Description |
|---|---|
| BoundingRect | The extent projected to 2D |