Visual Basic (Declaration) | |
---|---|
Public Class MultiplyCommandBitmapEffect Inherits RasterCommandBitmapEffect |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class MultiplyCommandBitmapEffect : RasterCommandBitmapEffect |
Managed Extensions for C++ | |
---|---|
public __gc class MultiplyCommandBitmapEffect : public RasterCommandBitmapEffect |
C++/CLI | |
---|---|
public ref class MultiplyCommandBitmapEffect : public RasterCommandBitmapEffect |
XAML Property Element Usage | |
---|---|
MultiplyCommandBitmapEffect ... |
Run the MultiplyCommandBitmapEffect on an image with factor = 1.51.
Visual Basic | Copy Code |
---|---|
Public Sub MultiplyCommandBitmapEffectExample(ByVal element As FrameworkElement) |
C# | Copy Code |
---|---|
public void MultiplyCommandBitmapEffectExample(FrameworkElement element) |
XAML | Copy Code |
---|---|
<Page Title="CSAnimateEffect" Height="391" Width="300" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:lteffects="clr-namespace:Leadtools.Windows.Media.Effects.Color;assembly=Leadtools.Windows.Media.Effects"> |
This class is used to increase or decrease the brightness in the image by multiplying the colors in a specific image by a factoring value divided by 100. For example, if the factoring value is 131, the colors in the image will be multiplied by 1.31.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Animation.Animatable
System.Windows.Media.Effects.BitmapEffect
Leadtools.Windows.Media.Effects.RasterCommandBitmapEffect
Leadtools.Windows.Media.Effects.Color.MultiplyCommandBitmapEffect
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003
Reference
MultiplyCommandBitmapEffect MembersLeadtools.Windows.Media.Effects.Color Namespace
ChangeIntensityCommandBitmapEffect Class
GammaCorrectCommandBitmapEffect Class
ChangeContrastCommandBitmapEffect Class
HistogramContrastCommandBitmapEffect Class
StretchIntensityCommandBitmapEffect Class
RemapIntensityCommandBitmapEffect Class
ChangeHueCommandBitmapEffect Class
ChangeSaturationCommandBitmapEffect Class
HistogramEqualizeCommandBitmapEffect Class
FillCommandBitmapEffect Class
DesaturateCommandBitmapEffect Class
LightControlCommandBitmapEffect Class
AutoColorLevelCommandBitmapEffect Class
GrayScaleToDuotoneCommandBitmapEffect Class
BricksTextureCommandBitmapEffect Class
FragmentCommandBitmapEffect Class
VignnetCommandBitmapEffect Class