Click or drag to resize

UntiledCanvasMaxRequestSize Property

Gets or sets the maximum map bitmap request size in pixels. Default is 2048x2048.

Namespace:  Ptv.XServer.Controls.Map.Layers.Untiled
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Size MaxRequestSize { get; set; }

Property Value

Type: Size
Maximum map request size in pixels.
See Also