Beispiel #1
0
    public HGraphPlotType GetPlotType()
    {
        HGraphPlotType ret = (HGraphPlotType)HCSMVOPINVOKE.HPlot2D_GetPlotType(swigCPtr);

        return(ret);
    }
Beispiel #2
0
 public HPlot2D(MVO_POINTER_SIZED_INT plot_seg, HGraphPlotType plot_type) : this(HCSMVOPINVOKE.new_HPlot2D__SWIG_0(plot_seg, (int)plot_type), true)
 {
 }