CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Sep 2005
    Posts
    67

    Buffer as a parameter

    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 my classes. Im doing this:

    Code:
    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. Any help please? Thanks in advance.
    Last edited by limpit; November 6th, 2009 at 12:42 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured