DrawRectRotaGraphFast2

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

version(!DX_NOTUSE_DRAWFUNCTION)
extern
int
DrawRectRotaGraphFast2
(
int x
,
int y
,
int SrcX
,
int SrcY
,
int Width
,
int Height
,
int cx
,
int cy
,
float ExtRate
,
float Angle
,,,
int ReverseXFlag = dxlib_d.dxdatatype.FALSE
,
int ReverseYFlag = dxlib_d.dxdatatype.FALSE
)

Meta