←Select platform

BumpNick Property

Summary

Gets a value that indicates whether to remove bumps or fill in nicks.

Syntax
C#
VB
Objective-C
C++
Java
public SmoothCommandBumpNickType BumpNick { get; } 
Public ReadOnly Property BumpNick As SmoothCommandBumpNickType 
@property (nonatomic, assign, readonly) LTSmoothCommandBumpNickType bumpNick 
public SmoothCommandBumpNickType getBumpNick() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly