VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Draw a line from a point to specified point using LineTo API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Sat 17th February 2001   Mon 8th February 2021

Draw a line from a point to specified point using LineTo API

API Declarations


x As Long
y As Long
End Type
Private Declare Function LineTo Lib "gdi32.dll" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long
Private Declare Function MoveToEx Lib "gdi32.dll" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, lpPoint As POINT_TYPE) As Long

Rate Draw a line from a point to specified point using LineTo API (1(1 Vote))
Draw a line from a point to specified point using LineTo API.bas

Draw a line from a point to specified point using LineTo API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters