SurfaceWithSize

data class SurfaceWithSize(val surface: Surface, val resolution: Size)

A Surface with its resolution.

Parameters

surface

The Surface.

resolution

The resolution of the Surface.

Constructors

Link copied to clipboard
constructor(surface: Surface, resolution: Size)

Properties

Link copied to clipboard
Link copied to clipboard