B
bin liu via DotNetMonster.com
I want to create a object of stdPicture in C#, so that I can render it to other object's prosperity.
the VB6 code maybe as follow:
Dim pic as Picture;
pic = LoadPictureFile(strPath);
then, how can I use C# to express the same idea? I want to know what is "Picture" means in C#, and how can I construct it!
the VB6 code maybe as follow:
Dim pic as Picture;
pic = LoadPictureFile(strPath);
then, how can I use C# to express the same idea? I want to know what is "Picture" means in C#, and how can I construct it!