Newbie question about "%"
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, If I declare the following (or something like this....) Graphics^ g = CreateGraphics(); Pen pen = new Pen(Color::Green) g.DrawLine(%pen, 10, 10, 20, 20); It won't work without the "%". Is this a "tracking reference"? So my question is what is the "%" really doing? thanks a lot
-
Hello, If I declare the following (or something like this....) Graphics^ g = CreateGraphics(); Pen pen = new Pen(Color::Green) g.DrawLine(%pen, 10, 10, 20, 20); It won't work without the "%". Is this a "tracking reference"? So my question is what is the "%" really doing? thanks a lot
This is a C++ question and this is a C# forum.