芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/spatie/image/src/Enums/CropPosition.php
*/ public function offsetPercentages(): array { return match ($this) { self::TopLeft => [0, 0], self::Top => [50, 0], self::TopRight => [100, 0], self::Left => [0, 50], self::Center => [50, 50], self::Right => [100, 50], self::BottomLeft => [0, 100], self::Bottom => [50, 100], self::BottomRight => [100, 100], }; } }