Click or drag to resize

Gdi32FuncLineTo Method

Draws a line from the current position up to, but not including, the specified point.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool LineTo(
	IntPtr hdc,
	int nXEnd,
	int nYEnd
)

Parameters

hdc  IntPtr
A handle to the device context.
nXEnd  Int32
The x-coordinate of the line end point.
nYEnd  Int32
The y-coordinate of the line end point.

Return Value

Boolean
if the line was drawn; otherwise, .
See Also