PathForeachFlags

class PathForeachFlags(val mask: <Error class: unknown class>)

Flags that can be passed to gsk_path_foreach() to influence what kinds of operations the path is decomposed into.

By default, method@Gsk.Path.foreach will only emit a path with all operations flattened to straight lines to allow for maximum compatibility. The only operations emitted will be GSK_PATH_MOVE, GSK_PATH_LINE and GSK_PATH_CLOSE.

Since

4.14

Constructors

Link copied to clipboard
constructor(mask: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mask: <Error class: unknown class>

Functions

Link copied to clipboard
open infix fun or(other: PathForeachFlags): PathForeachFlags