armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
Bitmap.pasteInto
armos
graphics
bitmap
Bitmap
Paste a arg bitmap into this for the given position.
bitmapを指定した座標に貼り付けます.
struct
Bitmap
(T)
Bitmap
pasteInto
(
ref
Bitmap
!(
T
)
targetBitmap
,
in
int
x
,
in
int
y
)
Meta
Source
See Implementation
armos
graphics
bitmap
Bitmap
functions
allocate
colorFormat
height
numElements
pasteInto
pixel
setAllPixels
setFromAlignedPixels
size
swapRAndB
width
Paste a arg bitmap into this for the given position.
bitmapを指定した座標に貼り付けます.