ImageGear .NET v25.2 - Updated
CanApplyPinch Method




ImageGear.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplyPinch Method
Page specified.
Interpolate flag.
Returns true if ImGearEffects.Pinch method can be applied to the specified page, otherwise - false.
Syntax
'Declaration
 
Public Function CanApplyPinch( _
   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.CanApplyPinch(page, interpolate)
public bool CanApplyPinch( 
   ImGearRasterPage page,
   bool interpolate
)
public: bool CanApplyPinch( 
   ImGearRasterPage* page,
   bool interpolate
) 
public:
bool CanApplyPinch( 
   ImGearRasterPage^ page,
   bool interpolate
) 

Parameters

page
Page specified.
interpolate
Interpolate flag.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Pinch Method

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