pixelgraphics-2dgraphics
/
io.gitlab.pixelGraphics.twoDimGraphics.surface
/
ImageSurface
common
linuxArm32
linuxX64
Image
Surface
common
linuxArm32
linuxX64
class
ImageSurface
:
Surface
Content copied to clipboard
Uses an image as the destination for the 2D (two dimensional) graphics.
class
ImageSurface
:
Surface
Content copied to clipboard
class
ImageSurface
:
Surface
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
close
Link copied to clipboard
linuxArm32
linuxX64
common
open override fun
close
()
Content copied to clipboard
open override fun
close
()
Content copied to clipboard
abstract fun
close
()
Content copied to clipboard
writeToPngFile
Link copied to clipboard
common
fun
writeToPngFile
(filePath:
String
):
UInt
Content copied to clipboard
Writes all graphics data to a PNG file.
linuxArm32
linuxX64
fun
writeToPngFile
(filePath:
String
):
UInt
Content copied to clipboard
fun
writeToPngFile
(filePath:
String
):
UInt
Content copied to clipboard
Properties
isClosed
Link copied to clipboard
common
abstract val
isClosed
:
Boolean
Content copied to clipboard
isClosed
Link copied to clipboard
linuxArm32
open override val
isClosed
:
Boolean
Content copied to clipboard
isClosed
Link copied to clipboard
linuxX64
open override val
isClosed
:
Boolean
Content copied to clipboard
surfacePtr
Link copied to clipboard
linuxArm32
open override val
surfacePtr
:
CPointer
<
cairo_surface_t
>?
Content copied to clipboard
surfacePtr
Link copied to clipboard
linuxX64
open override val
surfacePtr
:
CPointer
<
cairo_surface_t
>?
Content copied to clipboard