Click or drag to resize

Win32LineTo Function

X#

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax
[DllImportAttribute("GDI32", EntryPoint := "LineTo", CharSet := CharSet.Auto, 
	ExactSpelling := TRUE, SetLastError := TRUE)]
 FUNCTION Win32LineTo(
	hdc AS PTR,
	nXEnd AS LONG,
	nYEnd AS LONG
) AS LOGIC
Request Example View Source

Parameters

hdc
Type: Void*
nXEnd
Type: Long
nYEnd
Type: Long

Return Value

Type: Logic
See Also