PatternImpl

class PatternImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : Pattern

The PatternImpl type represents a native instance of the abstract Pattern class.

Constructors

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

Creates a new instance of Pattern for the provided CPointer.

Properties

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

Functions

Link copied to clipboard
open fun getDither(): Dither
Link copied to clipboard
open fun getExtend(): Extend
Link copied to clipboard
open fun getFilter(): Filter
Link copied to clipboard
open fun getMatrix(matrix: Matrix)
Link copied to clipboard
Link copied to clipboard
open fun getUserData(key: UserDataKey): <Error class: unknown class>
Link copied to clipboard
open fun setDither(dither: Dither)
Link copied to clipboard
open fun setExtend(extend: Extend)
Link copied to clipboard
open fun setFilter(filter: Filter)
Link copied to clipboard
open fun setMatrix(matrix: Matrix)
Link copied to clipboard
open fun status(): Status