ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplySphere Method |
page
, otherwise - false.'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 )