←Select platform

ShadowThreshold Property

Summary

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

Syntax

C#
VB
C++
public int ShadowThreshold { get; set; } 
  
Public Property ShadowThreshold As Integer 
public: 
property int ShadowThreshold { 
   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 property will be used if the MosaicTilesCommandFlags.ShadowRGB flag or the MosaicTilesCommandFlags.ShadowGray flag is set.

Example

Refer to MosaicTilesCommand 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