Gets or sets the number of levels that will be used for Latitude reduction.
Supported in Silverlight, Windows Phone 7
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property LatitudeLevels As Integer |
| C# | |
|---|
public int LatitudeLevels {get; set;} |
| C++/CLI | |
|---|
public:
property int LatitudeLevels {
int get();
void set ( int value);
} |
Property Value
The number of levels that will be used for Latitude reduction. Valid values are from 1 to maximum number of levels of the image. You can also pass -1 to use the default level value (which is 5). This option will be used only if
MultiscaleEnhancementCommandFlags.LatitudeReduction is set in the Flags property. Passing zero will return an error code.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also