Sponsors

MoveToEx

Function name: MoveToEx

Defined in : GDI32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function MoveToEx Lib "gdi32" Alias "MoveToEx" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, lpPoint As POINTAPI) As Long

Parameters:

Returns:

Related functions:

Examples:

Drawing Angle Arc

Lines

Categories