touchvg.core.MgMotion.startCenterM C# (CSharp) 메소드

startCenterM() 공개 메소드

public startCenterM ( ) : Point2d
리턴 Point2d
  public Point2d startCenterM() {
    Point2d ret = new Point2d(touchvgPINVOKE.MgMotion_startCenterM(swigCPtr), true);
    return ret;
  }