DrawRectGraphF

画像の指定矩形部分のみを等倍描画(座標指定がfloat版)

version(!DX_NOTUSE_DRAWFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
int
DrawRectGraphF
(
float DestX
,
float DestY
,
int SrcX
,
int SrcY
,
int Width
,
int Height
,,,
int ReverseXFlag = dxlib_d.DxDataType.FALSE
,
int ReverseYFlag = dxlib_d.DxDataType.FALSE
)

Meta