[]
Brings the into view the specified rectangle area.
public void BringIntoView(Rect area, bool changeZoomIfNecessary = true, Action completed = null)
| Type | Name | Description |
|---|---|---|
| Rect | area | The area which will be brought into view. |
| bool | changeZoomIfNecessary | If true, the zoom will be changed so that the whole area is visible. |
| Action | completed | The action to be called after the operation is completed. |