←Select platform

ShadowThresh Property

Summary

Gets or sets the value that determines which pixels will be affected by the shadow.

Syntax

C#
VB
C++
public int ShadowThresh { get; set; } 
  
Public Property ShadowThresh As Integer 
public: 
property int ShadowThresh { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that determines which pixels will be affected by the shadow. Possible values range from 0 through 255. Pixel values less than the threshold value will be unaffected. This member will be used if the RomanMosaicCommandFlags.ColoredShadow flag or the RomanMosaicCommandFlags.GrayShadow flag is set.

Example

Refer to RomanMosaicCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly