touchvg.core.MgBaseRect.setRectWithAngle C# (CSharp) Метод

setRectWithAngle() публичный Метод

public setRectWithAngle ( Point2d pt1, Point2d pt2, float angle, Point2d basept ) : void
pt1 Point2d
pt2 Point2d
angle float
basept Point2d
Результат void
  public void setRectWithAngle(Point2d pt1, Point2d pt2, float angle, Point2d basept) {
    touchvgPINVOKE.MgBaseRect_setRectWithAngle(swigCPtr, Point2d.getCPtr(pt1), Point2d.getCPtr(pt2), angle, Point2d.getCPtr(basept));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
  }