RPR LICE RotatedBlit

From CockosWiki

Jump to: navigation, search

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR LICE RotatedBlit
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR LICE RotatedBlit

Contents

LICE_RotatedBlit()

void LICE_RotatedBlit(LICE_IBitmap *dest, LICE_IBitmap *src, int dstx, int dsty, int dstw, int dsth, float srcx, float srcy, float srcw, float srch, float angle, bool cliptosourcerect, float alpha, int mode, float rotxcent, float rotycent)

these coordinates are offset from the center of the image, in source pixel coordinates

Parameters

LICE_IBitmap *dest,
LICE_IBitmap *src,
int dstx,
int dsty,
int dstw,
int dsth,
float srcx,
float srcy,
float srcw,
float srch,
float angle,
bool cliptosourcerect,
float alpha,
int mode,
float rotxcent,
float rotycent

Returns

void 

Example


See Also


Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR LICE RotatedBlit
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR LICE RotatedBlit

Personal tools