Functions.Win32LineTo 方法 | |
命名空间:
VOGUIClasses
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 [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
)
查看代码参数
- hdc
- 类型:Void*
- nXEnd
- 类型:Int32
- nYEnd
- 类型:Int32
返回值
类型:
Boolean参见