Thread: Direct Draw Question

  1. #1
    Registered User cfrost's Avatar
    Join Date
    Apr 2004
    Posts
    119

    Direct Draw Question

    To draw in side a window not out side on a plane created in the normail mode , I have to get the Rect Of window and have to make sure by my self that coordinates of any shape dont fall out , is there not automated way
    Software is like sex it is good when it is free

  2. #2
    Registered User
    Join Date
    Mar 2004
    Posts
    180
    I think I understand what you mean.....

    You can create a clipper region ( A DD thingy), and DD won't blt outside this region, so you don't have to worry about checking anything, DX will do it all for ya.

    If this is what you mean, I have some source code if you want it/

    DW

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. Direct3D quick question
    By hoAx in forum C++ Programming
    Replies: 4
    Last Post: 03-13-2008, 04:52 AM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. question about DLL's and class functions
    By btq in forum Windows Programming
    Replies: 2
    Last Post: 02-25-2003, 06:08 AM
  5. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM