touchvg.core.BoundBox.getMinMaxPoints C# (CSharp) Method

getMinMaxPoints() public method

public getMinMaxPoints ( Point2d pnt1, Point2d pnt2 ) : void
pnt1 Point2d
pnt2 Point2d
return void
  public void getMinMaxPoints(Point2d pnt1, Point2d pnt2) {
    touchvgPINVOKE.BoundBox_getMinMaxPoints(swigCPtr, Point2d.getCPtr(pnt1), Point2d.getCPtr(pnt2));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
  }