MapWindow / MapWinGIS

MapWinGIS.ocx is a FREE and OPEN SOURCE C++ based geographic information system programming ActiveX Control and application programmer interface (API) that can be added to a Windows Form in Visual Basic, C#, Delphi, or other languages that support ActiveX, providing your app with a map. Go to our forum for questions and help:
https://mapwindow.discourse.group/
Mozilla Public License 2.0
268 stars 134 forks source link

Linestyle ignored when drawing Polygon #210

Open frank2x460 opened 3 years ago

frank2x460 commented 3 years ago

Using the following code:

With sf.DefaultDrawingOptions .LineWidth = 4 .LineColor = CUInt(RGB(0, 0, 0)) .LineStipple = tkDashStyle.dsDot .FillVisible = False End With

The polygon is not completed drawn in the dotted style. Same error for all other tkDashStyle(s). grafik