Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

SampleColor Property








Gets or sets the sample color.
Syntax
public RasterColor SampleColor {get; set;}
'Declaration
 
Public Property SampleColor As RasterColor
'Usage
 
Dim instance As SampleTargetCommand
Dim value As RasterColor
 
instance.SampleColor = value
 
value = instance.SampleColor
public RasterColor SampleColor {get; set;}
 <br/>get_SampleColor();<br/>set_SampleColor(value);<br/>Object.defineProperty('SampleColor'); 
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
Refer to SampleTargetCommand.
Requirements

Target Platforms

See Also

Reference

SampleTargetCommand Class
SampleTargetCommand Members

Error processing SSI file