LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Smooth Event






Optional delegate method for additional processing. .NET support WinRT support Silverlight support
Syntax
'Declaration
 
Public Event Smooth As EventHandler(Of SmoothCommandEventArgs)
'Usage
 
Dim instance As SmoothCommand
Dim handler As EventHandler(Of SmoothCommandEventArgs)
 
AddHandler instance.Smooth, handler
add_Smooth(function(sender, e))
remove_Smooth(function(sender, e))

Event Data

The event handler receives an argument of type SmoothCommandEventArgs containing data related to this event. The following SmoothCommandEventArgs properties provide information specific to this event.

PropertyDescription
BumpNick Gets a value that indicates whether to remove bumps or fill in nicks. .NET support WinRT support Silverlight support
Direction Gets a value that indicates whether the element being smoothed is vertical or horizontal. .NET support WinRT support Silverlight support
Image Gets the Leadtools.RasterImage object that references the affected image. .NET support WinRT support Silverlight support
Length Gets the length (in pixels) of the bump or nick. .NET support WinRT support Silverlight support
StartColumn Gets the starting column of the bump or nick. The columns are zero-based. .NET support WinRT support Silverlight support
StartRow Gets the starting row of the bump or nick. The rows are zero-based. .NET support WinRT support Silverlight support
Status Gets or sets a value that represents the status of the smoothing process. .NET support WinRT support Silverlight support
Example
Refer to SmoothCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmoothCommand Class
SmoothCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.