ImageGear .NET v24.12 - Updated
CanApplyPointillist Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Pointillist Method
ImGearBrushType Enumeration