ImageGear .NET v25.2 - Updated
CanApplyShear Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Shear Method
ImGearShearFillStyle Enumeration

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