wfletcher

Results 7 comments of wfletcher

I am assuming you are referring to using the SFMap control. The reason for the black image is due to the control not being visible and how Windows handles paint...

Example8 is intended to show a simple way of using custom RenderSettings - as long as you implement the ICustomRenderSettings interface method to return an image for a given record...

If you want to disable the Control or Shift selection feature you can try setting your MainForm KeyPreview to true and then add a KeyDown event to the main form...

Sorry not too sure sorry. If the server can serve image tiles you can add a layer similar to how OSM tiles can be displayed, but apart from that can’t...

Are you disposing the returned Bitmap when you have finished using it? /// /// Utility method that creates and returns a new Bitmap Image of the current map displayed in...

The control does not include a method to do this, but you can add a paint event handler to do this using standard .net graphics operations. these methods will convert...

Another thing to consider. The SFMap control has functions to select features intersecting a rectangle or circle. Load a shapefile and set it’s RenderSettings.IsSelectable property to true. Then hold the...