6#using <System.Drawing.dll>
12 static IntPtr
begin(System::String^ name, System::Drawing::Color c);
13 static void end(IntPtr p);
21 ptr =
begin(name, System::Drawing::Color::Red);
26 IntPtr
ptr = IntPtr::Zero;
33 static std::string
convert(System::String^ s);
35 static String^
New(std::string s);
Definition: SharpKmyCore.h:31
static String New(std::string s)
Definition: SharpKmyCore.cpp:78
static std::string convert(System::String^ s)
Definition: SharpKmyCore.cpp:36