⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 swigtype_p_p_char.cs

📁 支持各种栅格图像和矢量图像读取的库
💻 CS
字号:
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.31 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */namespace OSGeo.OSR {using System;using System.Runtime.InteropServices;public class SWIGTYPE_p_p_char {  private HandleRef swigCPtr;  internal SWIGTYPE_p_p_char(IntPtr cPtr, object futureUse) {    swigCPtr = new HandleRef(this, cPtr);  }  protected SWIGTYPE_p_p_char() {    swigCPtr = new HandleRef(null, IntPtr.Zero);  }  internal static HandleRef getCPtr(SWIGTYPE_p_p_char obj) {    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;  }}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -