ImageGear .NET v24.12 - Updated
CanApplyWave Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplyWave Method
Page specified.
Specify true if interpolation is to be used during processing, otherwise false.
Returns true if ImGearEffects.DirectionalWave method and ImGearEffects.RadialWave method can be applied to the specified page, otherwise - false.
Syntax
'Declaration
 
Public Function CanApplyWave( _
   ByVal page As ImGearRasterPage, _
   ByVal interpolate As Boolean _
) As Boolean
'Usage
 
Dim instance As ImGearEffectsVerifier
Dim page As ImGearRasterPage
Dim interpolate As Boolean
Dim value As Boolean
 
value = instance.CanApplyWave(page, interpolate)
public bool CanApplyWave( 
   ImGearRasterPage page,
   bool interpolate
)
public: bool CanApplyWave( 
   ImGearRasterPage* page,
   bool interpolate
) 
public:
bool CanApplyWave( 
   ImGearRasterPage^ page,
   bool interpolate
) 

Parameters

page
Page specified.
interpolate
Specify true if interpolation is to be used during processing, otherwise false.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
DirectionalWave Method
RadialWave Method
ImGearRasterPage Class