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

centerM() 공개 메소드

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