Desktop Functions: Smart Device Functions:
|
GdipAddPathLine (gdiplus)
C# Signature:
[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, ExactSpelling=true)] VB Signature:
Declare Function GdipAddPathLineI Lib "gdiplus.dll" (TODO) As TODO User-Defined Types:None. Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Add this code to a form: Alternative Managed API:Do you know one? Please contribute it!
protected override void OnPaint(PaintEventArgs e) Alternative Managed API:System.Drawing.Graphics.DrawLine(Pen pen, float x1, float y1, float x2, float y2); Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|