Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Show in webframe

FillGrayTexture Method






The LEADTOOLS Leadtools.RasterImage containing the grayscale image.
Initializes the GrayTexture property of this effect from the specified Leadtools.RasterImage.
Syntax
public void FillGrayTexture( 
   RasterImage image
)
'Declaration
 
Public Sub FillGrayTexture( _
   ByVal image As RasterImage _
) 
'Usage
 
Dim instance As WindowLevelEffect
Dim image As RasterImage
 
instance.FillGrayTexture(image)

            

            
public:
void FillGrayTexture( 
   RasterImage^ image
) 

Parameters

image
The LEADTOOLS Leadtools.RasterImage containing the grayscale image.
Remarks

Use this method to initialize the GrayTexture property required by this WindowLevelEffect to work on the specified Leadtools.RasterImage.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

Error processing SSI file