LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SampleColor Property
See Also 



Gets or sets the sample color.

Syntax

Visual Basic (Declaration) 
Public Property SampleColor As RasterColor
Visual Basic (Usage)Copy Code
Dim instance As SampleTargetCommand
Dim value As RasterColor
 
instance.SampleColor = value
 
value = instance.SampleColor
C# 
public RasterColor SampleColor {get; set;}
C++/CLI 
public:
property RasterColor SampleColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also