ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffectsVerifier Class / CanApplySphere Method
Page specified.
Specify true if interpolation is to be used during processing, otherwise false.




In This Topic
    CanApplySphere Method
    In This Topic
    Returns true if ImGearEffects.WarpSphere method can be applied to the specified page, otherwise - false.
    Syntax
    'Declaration
     
    Public Function CanApplySphere( _
       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.CanApplySphere(page, interpolate)
    public bool CanApplySphere( 
       ImGearRasterPage page,
       bool interpolate
    )
    public: bool CanApplySphere( 
       ImGearRasterPage* page,
       bool interpolate
    ) 
    public:
    bool CanApplySphere( 
       ImGearRasterPage^ page,
       bool interpolate
    ) 

    Parameters

    page
    Page specified.
    interpolate
    Specify true if interpolation is to be used during processing, otherwise false.

    Return Value

    Boolean value.
    See Also