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