RPR LICE ClipLine

From CockosWiki

(Difference between revisions)
Revision as of 23:59, 5 November 2009
MikeLacey (Talk | contribs)

← Previous diff
Revision as of 00:06, 6 November 2009
MikeLacey (Talk | contribs)

Next diff →
Line 1: Line 1:
{{API_Doc_Header}} {{API_Doc_Header}}
-=LICE_Blit()=+=LICE_ClipLine()=
-'''void LICE_Blit(LICE_IBitmap* dest, LICE_IBitmap* src, int dstx, int dsty, int srcx, int srcy, int srcw, int srch, float alpha, int mode)'''+bool LICE_ClipLine(int* pX1, int* pY1, int* pX2, int* pY2, int xLo, int yLo, int xHi, int yHi)
 +Returns false if the line is entirely offscreen.
==Parameters== ==Parameters==
- LICE_IBitmap* dest,+ int* pX1,
- LICE_IBitmap* src,+ int* pY1,
- int dstx, int dsty,+ int* pX2,
- int srcx, int srcy,+ int* pY2,
- int srcw,+ int xLo,
- int srch,+ int yLo,
- float alpha,+ int xHi,
- int mode+ int yHi
==Returns== ==Returns==
- void + bool
==Examples== ==Examples==
===Perl=== ===Perl===

Revision as of 00:06, 6 November 2009

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR LICE ClipLine
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR LICE ClipLine

Contents

LICE_ClipLine()

bool LICE_ClipLine(int* pX1, int* pY1, int* pX2, int* pY2, int xLo, int yLo, int xHi, int yHi)

Returns false if the line is entirely offscreen.

Parameters

int* pX1,
int* pY1,
int* pX2,
int* pY2,
int xLo,
int yLo,
int xHi,
int yHi

Returns

bool 

Examples

Perl


Python


See Also

Stuff

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR LICE ClipLine
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR LICE ClipLine