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