LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

WindowLevelEffect Constructor(RasterImage)






The LEADTOOLS Leadtools.RasterImage containing the grayscale image.
Initializes a new instance of the WindowLevelEffect class with the specified parameters. .NET support Silverlight support
Syntax
public WindowLevelEffect( 
   RasterImage image
)
'Declaration
 
Public Function New( _
   ByVal image As RasterImage _
)
'Usage
 
Dim image As RasterImage
 
Dim instance As New WindowLevelEffect(image)
ObjectiveC Syntax
Java Syntax
public:
WindowLevelEffect( 
   RasterImage^ image
)

Parameters

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

Use this constructor to initialize a WindowLevelEffect to work on the specified Leadtools.RasterImage. You can also use the default constructor and then call the FillGrayTexture method to apply to a LEADTOOLS Leadtools.RasterImage.

Both of these methods will automatically initialize the GrayTexture property with the required brush to use by this effect.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.