ComponentOne Maps for WPF and Silverlight
ViewportWidth Property (C1MultiScaleImage)

C1.WPF.Maps Namespace > C1MultiScaleImage Class : ViewportWidth Property
Gets or sets the width of the area of the image displayed.
Syntax
'Declaration
 
Public Property ViewportWidth As System.Double
public System.double ViewportWidth {get; set;}
Remarks
The width of the area of the image displayed. This value is in logical coordinates. For example a value of 1 displays the entire image (no zoom), a value of 0.5 is 200% zoomed in and a value of 0 is completely zoomed (user cannot see the image at all). A value above 1 is zooming out from the image. For example, a value of 2 means that the image will take up half the size of the System.Windows.Controls.MultiScaleImage control area (50% zoom).
See Also

Reference

C1MultiScaleImage Class
C1MultiScaleImage Members