DECLARE SUB DQBsetCollideMethod (BYVAL Method)
Method - Collision detection method to be used
none
Sets the collision detection method to be used by the DQBcollide function. The method parameter can be 0 (bounding box check) or 1 (pixel-perfect check); you can use the BOX and PIXEL constants for ease.
none