Draws a line from the current position up to, but not including, the specified point.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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