Search
MapView.MaxImageSize Property
See Also
 






Specifies the size of the image tiles of the map. Image maps can be split into multuple images to avoid problems with large images.

Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms

 Syntax

C#  Copy Code

public Size MaxImageSize { get; set; }

Visual Basic  Copy Code

Public Property MaxImageSize As Size

 Property Value

 See Also