LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BumpNick Property
See Also 
Leadtools.ImageProcessing.Core Namespace > SmoothCommandEventArgs Class : BumpNick Property



Gets a value that indicates whether to remove bumps or fill in nicks. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BumpNick As SmoothCommandBumpNickType
Visual Basic (Usage)Copy Code
Dim instance As SmoothCommandEventArgs
Dim value As SmoothCommandBumpNickType
 
value = instance.BumpNick
C# 
public SmoothCommandBumpNickType BumpNick {get;}
C++/CLI 
public:
property SmoothCommandBumpNickType BumpNick {
   SmoothCommandBumpNickType get();
}

Property Value

Value that indicates whether to remove bumps or fill in nicks.

Example

Refer to SmoothCommand.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also