Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
LatitudeLevels Property
See Also 
Leadtools.Windows.Media.Effects.Core Namespace > MultiscaleEnhancementCommandBitmapEffect Class : LatitudeLevels Property





Gets or sets the number of levels that will be used for Latitude reduction.

Syntax

Visual Basic (Declaration) 
Public Property LatitudeLevels As Integer
Visual Basic (Usage)Copy Code
Dim instance As MultiscaleEnhancementCommandBitmapEffect
Dim value As Integer
 
instance.LatitudeLevels = value
 
value = instance.LatitudeLevels
C# 
public int LatitudeLevels {get; set;}
C++/CLI 
public:
property int LatitudeLevels {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object LatitudeLevels =int >

Dependencies Property Information 

Identifier field

LatitudeLevelsProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object LatitudeLevels =int >

Dependencies Property Information 

Identifier field

LatitudeLevelsProperty

Metadata properties set to true

None

Return 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 MultiscaleEnhancementCommandBitmapEffectsFlags.LatitudeReduction is set in the Flags property. Passing zero will return an error code.

Example

For XAML example, refer to MultiscaleEnhancementCommandBitmapEffect.

For C#/VB examples, refer to MultiscaleEnhancementCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also