ClearImage 8 Help
CleanNoise Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiRepair Class : CleanNoise Method






NoiseSize
Maximum horizontal or vertical size in pixels of the noise object.
Remove noise objects

Syntax

Visual Basic (Declaration) 
Public Function CleanNoise( _
   ByVal NoiseSize As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As CiRepair
Dim NoiseSize As Integer
Dim value As Integer
 
value = instance.CleanNoise(NoiseSize)
C# 
public int CleanNoise( 
   int NoiseSize
)
Delphi 
public function CleanNoise( 
    NoiseSize: Integer
): Integer; 
JScript 
public function CleanNoise( 
   NoiseSize : int
) : int;
Managed Extensions for C++ 
public: int CleanNoise( 
   int NoiseSize
) 
C++/CLI 
public:
int CleanNoise( 
   int NoiseSize
) 

Parameters

NoiseSize
Maximum horizontal or vertical size in pixels of the noise object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.