Leadtools.Windows.Media.Effects Namespace > WindowLevelEffect Class : GrayTexture Property |
public Brush GrayTexture {get; set;}
'Declaration Public Property GrayTexture As Brush
'Usage Dim instance As WindowLevelEffect Dim value As Brush instance.GrayTexture = value value = instance.GrayTexture
You don't usually provide the gray texture manually. Instead, use the WindowLevelEffect(RasterImage image) or FillGrayTexture methods to create the texture from a LEADTOOLS Leadtools.RasterImage.
For C#/VB examples, refer to WindowLevelEffect.