Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
SampleColor Property
See Also 
Leadtools.Windows.Media.Effects.Color Namespace > SampleTargetCommandBitmapEffect Class : SampleColor Property




Gets or sets the sample color.

Syntax

Visual Basic (Declaration) 
Public Property SampleColor As Color
Visual Basic (Usage)Copy Code
Dim instance As SampleTargetCommandBitmapEffect
Dim value As Color
 
instance.SampleColor = value
 
value = instance.SampleColor
C# 
public Color SampleColor {get; set;}
Managed Extensions for C++ 
public: __property Color get_SampleColor();
public: __property void set_SampleColor( 
   Color value
);
C++/CLI 
public:
property Color SampleColor {
   Color get();
   void set (Color value);
}

Return Value

Color value that represents the sample color. The red value for red channel, green value for green channel, blue value for blue channel.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also