Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/GdiTest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GdiTest/FreeRDPGDI.cs')
-rw-r--r--GdiTest/FreeRDPGDI.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/GdiTest/FreeRDPGDI.cs b/GdiTest/FreeRDPGDI.cs
index 89e8403..515ec84 100644
--- a/GdiTest/FreeRDPGDI.cs
+++ b/GdiTest/FreeRDPGDI.cs
@@ -97,6 +97,11 @@ namespace GdiTest
return false;
}
+ public override bool PolylineTo(IntPtr hdc, POINT [] lppt, uint cCount)
+ {
+ return false;
+ }
+
public override IntPtr CreatePen(int fnPenStyle, int nWidth, int crColor)
{
return (IntPtr) null;