ImageGear .NET v25.2 - Updated
CanApplyRipple Method




ImageGear.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplyRipple Method
Page specified.
Returns true if ImGearEffects.Ripple method, ImGearEffects.RippleFreeHand method and ImGearEffects.RippleTexture method can be applied to the specified page, otherwise - false.
Syntax
'Declaration
 
Public Function CanApplyRipple( _
   ByVal page As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearEffectsVerifier
Dim page As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplyRipple(page)
public bool CanApplyRipple( 
   ImGearRasterPage page
)
public: bool CanApplyRipple( 
   ImGearRasterPage* page
) 
public:
bool CanApplyRipple( 
   ImGearRasterPage^ page
) 

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
Ripple Method
RippleFreeHand Method
RippleTexture Method
ImGearPage Class

Is this page helpful?
Yes No
Thanks for your feedback.