コード例 #1
0
ファイル: HPlot2D.cs プロジェクト: presscad/MyBMConvert
 public void SetGridType(HGraphGridType gtype)
 {
     HCSMVOPINVOKE.HPlot2D_SetGridType(swigCPtr, (int)gtype);
 }
コード例 #2
0
ファイル: HPlot2D.cs プロジェクト: presscad/MyBMConvert
    public HGraphGridType GetGridType()
    {
        HGraphGridType ret = (HGraphGridType)HCSMVOPINVOKE.HPlot2D_GetGridType(swigCPtr);

        return(ret);
    }