PushFractionalClip

data class PushFractionalClip(val bounds: FloatRect) : DrawCommand(source)

Begins a clip whose transformed edges remain fractional until final pixel coverage is determined.

Intersect this half-open rectangle with all active clips before testing final physical pixel centers. Do not round the edges to logical pixels. Empty rectangles hide subsequent drawing until PopClip. Like other detached commands, this immutable value owns no resources and may be read on any thread.

Constructors

Link copied to clipboard
constructor(bounds: FloatRect)

Properties

Link copied to clipboard

finite ordered edges in accumulated tree coordinates.