pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
Bitmap.resize
PixelPerfectEngine
graphics
bitmap
Bitmap
Resizes the array behind the bitmap.
void
resize
(int x, int y)
void
resize
(int x, int y)
class
Bitmap
(string S, T)
@
safe
pure
static if
(!(
S != "HB" && S != "QB" && S != "b"
))
static if
(
S == "HB"
)
void
resize
(
int
x
,
int
y
)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
bitmap
Bitmap
constructors
this
functions
clear
getBasicCollisionShape
getPtr
offsetIndexes
readPixel
resize
window
writePixel
properties
wordLengthByString
variables
invertHoriz
invertVert
pitch
pixelAccess
pixels
Resizes the array behind the bitmap.