LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

FillGrayTexture Method

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.