korlibs
Toggle table of contents
6.1.0-SNAPSHOT
mingw
Target filter
mingw
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
GdiRenderer
Gdi
Renderer
mingw
class
GdiRenderer
(
val
bitmap
:
Bitmap32
,
val
antialiasing
:
Boolean
)
:
BufferedRenderer
http://www.jose.it-berater.org/gdiplus/iframe/index.htm
Members
Constructors
Gdi
Renderer
Link copied to clipboard
mingw
constructor
(
bitmap
:
Bitmap32
,
antialiasing
:
Boolean
)
Types
Companion
Link copied to clipboard
mingw
object
Companion
Properties
antialiasing
Link copied to clipboard
mingw
val
antialiasing
:
Boolean
bitmap
Link copied to clipboard
mingw
val
bitmap
:
Bitmap32
debug
Link copied to clipboard
mingw
var
debug
:
Boolean
gdip
Errors
Link copied to clipboard
mingw
val
gdipErrors
:
Array
<
String
>
height
Link copied to clipboard
mingw
open
override
val
height
:
Int
width
Link copied to clipboard
mingw
open
override
val
width
:
Int
Functions
buffering
Link copied to clipboard
mingw
inline
fun
<
T
>
buffering
(
callback
:
(
)
->
T
)
:
T
buffering
End
Link copied to clipboard
mingw
fun
bufferingEnd
(
)
buffering
Start
Link copied to clipboard
mingw
fun
bufferingStart
(
)
:
Int
dispose
Link copied to clipboard
mingw
open
fun
dispose
(
)
draw
Image
Link copied to clipboard
mingw
open
fun
drawImage
(
image
:
Bitmap
,
pos
:
Point
,
size
:
Size
=
image.size.toFloat()
,
transform
:
Matrix
=
Matrix.IDENTITY
)
ensure
Y
Link copied to clipboard
mingw
fun
Double
.
ensureY
(
bitmap
:
Bitmap
)
:
Float
fun
Float
.
ensureY
(
bitmap
:
Bitmap
)
:
Float
flush
Commands
Link copied to clipboard
mingw
open
override
fun
flushCommands
(
commands
:
List
<
BufferedRenderer.RenderCommand
>
)
is
Paint
Supported
Link copied to clipboard
mingw
open
override
fun
Paint
.
isPaintSupported
(
)
:
Boolean
render
Link copied to clipboard
mingw
open
fun
render
(
state
:
Context2d.State
,
fill
:
Boolean
,
winding
:
Winding
?
=
null
)
to
Argb
Link copied to clipboard
mingw
fun
RGBA
.
toArgb
(
)
:
UInt
to
Gdip
Link copied to clipboard
mingw
fun
LineCap
.
toGdip
(
)
:
LineCap
fun
LineJoin
.
toGdip
(
)
:
LineJoin
fun
Winding
.
toGdip
(
)
:
FillMode
wrap
Mode
Link copied to clipboard
mingw
fun
wrapMode
(
cycleX
:
CycleMethod
,
cycleY
:
CycleMethod
=
cycleX
)
:
WrapMode