|
BOOL LineDDA(
int nXStart, // x-coordinate of line's starting point
int nYStart, // y-coordinate of line's starting point
int nXEnd, // x-coordinate of line's ending point
int nYEnd, // y-coordinate of line's ending point
LINEDDAPROC lpLineFunc, // address of application-defined callback function
LPARAM lpData // address of application-defined data
);
도움말에는 이케 나왔는데요..
어케 써야 할지 모르겠어요... (__);;;
쉬운 예제라도 하나만,,,,
고수님들 부탁드려요..
|