DrawRectRotaGraphFast3F

画像の指定矩形部分のみを回転描画3(回転中心指定付き+縦横拡大率別指定版)(座標指定がfloat版)(高速版、座標計算のアルゴリズムが簡略化されています、描画結果に不都合が無ければこちらの方が高速です)

version(!DX_NOTUSE_DRAWFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
int
DrawRectRotaGraphFast3F
(
float x
,
float y
,
int SrcX
,
int SrcY
,
int Width
,
int Height
,
float cxf
,
float cyf
,
float ExtRateX
,
float ExtRateY
,
float Angle
,,,
int ReverseXFlag = dxlib_d.DxDataType.FALSE
,
int ReverseYFlag = dxlib_d.DxDataType.FALSE
)

Meta