limpit
November 7th, 2009, 03:22 PM
Hi, i am trying to use a buffer before sending it to a canvas, and I am having problems finding out how to set the buffer as a parameter in one of the methods from a classs. Im doing this:
void Muestrate(BufferedGraphics ^buffer);
This is the same way i used to set a canvas a parameter, although it wont work with the buffer. I keep getting a syntax error:
error C2061: syntax error : identifier 'BufferedGraphics'
Any help please? Thanks in advance.
void Muestrate(BufferedGraphics ^buffer);
This is the same way i used to set a canvas a parameter, although it wont work with the buffer. I keep getting a syntax error:
error C2061: syntax error : identifier 'BufferedGraphics'
Any help please? Thanks in advance.