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





Gets or sets the value that indicates how much the image colors should be adjusted so they appear to be colored pencil colors on which the filter is applied.

Syntax

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

<object Ratio =int >

Dependencies Property Information 

Identifier field

RatioProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Ratio =int >

Dependencies Property Information 

Identifier field

RatioProperty

Metadata properties set to true

None

Return Value

Value that indicates the how much the image colors should be adjusted so they appear to be colored pencil colors on which the filter is applied. Valid values range from 0 to 100. A value of 0 means that the image will not have any change in pixel values, whereas a value of 100 means that the maximum possible amount will be added to the pixel values.

Example

For XAML example, refer to ColoredPencilCommandBitmapEffect.

For C#/VB examples, refer to ColoredPencilCommandBitmapEffect.

Requirements

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

See Also