Products | Support | Back to Introduction | Email a link to this topic. | Back to Introduction - All Topics | Help Version 19.0.4.23
|
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.