View.Scale Property
Gets or sets the inverted local scale of the presentation.
Syntax
public System.Double Scale { get; set; }
Property Value
Default: Differs depending on type. See the table below.
The inverted local scale of the presentation. E.g. for a scale of 1:10000, specify 10000.
Default values
Class | Default value |
---|---|
GlobeView | Not used. |
View | 0.0 |
Remarks
In most cases it is the nominal scale and not the local scale that is of interest, e.g. it is the nominal scale that is used when filtering layers on Layer.MinScale and Layer.MaxScale during an update. For more information, see NominalScale.
In general, the local scale can depend on both position and direction. Here, the local scale is calculated at the center of the view, and an average in X and Y is used. It is useful only in 2D.
Note that there are several ways to specify the area to view, see Area.
This property uses Drawable.ScreenPixelSize to calculate the physical size of the Drawable.
Platforms
Windows, Linux, Android