[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool LineTo(
IntPtr hDc,
int x,
int y
)
public static bool LineTo(
IntPtr hDc,
int x,
int y
)
Public Shared Function LineTo (
hDc As IntPtr,
x As Integer,
y As Integer
) As Boolean
Public Shared Function LineTo (
hDc As IntPtr,
x As Integer,
y As Integer
) As Boolean
public:
static bool LineTo(
IntPtr hDc,
int x,
int y
)
public:
static bool LineTo(
IntPtr hDc,
int x,
int y
)
static member LineTo :
hDc : IntPtr *
x : int *
y : int -> boolstatic member LineTo :
hDc : IntPtr *
x : int *
y : int -> boolReturn Value
Type:
Boolean