'Declaration Public Overloads Function CanApplyRotate( _ ByVal page As ImGearPage, _ ByVal interpolation As ImGearInterpolations _ ) As Boolean
'Usage Dim instance As ImGearProcessingVerifier Dim page As ImGearPage Dim interpolation As ImGearInterpolations Dim value As Boolean value = instance.CanApplyRotate(page, interpolation)
public bool CanApplyRotate( ImGearPage page, ImGearInterpolations interpolation )
public: bool CanApplyRotate( ImGearPage* page, ImGearInterpolations interpolation )
public: bool CanApplyRotate( ImGearPage^ page, ImGearInterpolations interpolation )
Parameters
- page
- Page to verify.
- interpolation
- Specified interpolation.
Return Value
Boolean value.