2027 Method
Changes 0
M

UIView.ZoomAndCenterRectangle

Description:
Zoom and center the view to a specified rectangle.
public void ZoomAndCenterRectangle(
	XYZ viewCorner1,
	XYZ viewCorner2
)
  • viewCorner1
    A corner of the desired view rectangle in model coordinates.
  • viewCorner2
    The opposite corner of the desired view rectangle in model coordinates.