ImageGear .NET v24.12 - Updated
CanApplyVignette Method




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

Parameters

page
Page to apply the method to.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Vignette(ImGearRasterPage,IImGearShape,Int32,Double,ImGearPixel,Boolean) Method