-
Cast constructor, converting any binary integer to a
PixbufRotation
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
No rotation.
Declaration
Swift
static let none: Int
-
Rotate by 90 degrees.
Declaration
Swift
static let counterclockwise: GdkPixbufRotation
-
Rotate by 180 degrees.
Declaration
Swift
static let upsidedown: GdkPixbufRotation
-
Rotate by 270 degrees.
Declaration
Swift
static let clockwise: GdkPixbufRotation