isOnPortraitMode static method
Implementation
static bool isOnPortraitMode(CameraOrientations orientation) {
return (orientation == CameraOrientations.PORTRAIT_DOWN ||
orientation == CameraOrientations.PORTRAIT_UP);
}
static bool isOnPortraitMode(CameraOrientations orientation) {
return (orientation == CameraOrientations.PORTRAIT_DOWN ||
orientation == CameraOrientations.PORTRAIT_UP);
}