Win32LineTo Function | |
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
[DllImportAttribute("GDI32", EntryPoint = "LineTo", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static bool Win32LineTo(
void* hdc,
int nXEnd,
int nYEnd
)
Request Example
View SourceParameters
- hdc
- Type: Void*
- nXEnd
- Type: Long
- nYEnd
- Type: Long
Return Value
Type:
LogicSee Also