iup.iupdraw

\file \brief Canvas Draw API

See Copyright Notice in "iup.h"

Members

Functions

IupDrawArc
void IupDrawArc(Ihandle* ih, int x1, int y1, int x2, int y2, double a1, double a2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawBegin
void IupDrawBegin(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawEnd
void IupDrawEnd(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawFocusRect
void IupDrawFocusRect(Ihandle* ih, int x1, int y1, int x2, int y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawGetImageInfo
void IupDrawGetImageInfo(const(char)* name, int* w, int* h, int* bpp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawGetSize
void IupDrawGetSize(Ihandle* ih, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawGetTextSize
void IupDrawGetTextSize(Ihandle* ih, const(char)* str, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawImage
void IupDrawImage(Ihandle* ih, const(char)* name, int make_inactive, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawLine
void IupDrawLine(Ihandle* ih, int x1, int y1, int x2, int y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawParentBackground
void IupDrawParentBackground(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawPolygon
void IupDrawPolygon(Ihandle* ih, int* points, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawRectangle
void IupDrawRectangle(Ihandle* ih, int x1, int y1, int x2, int y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawResetClip
void IupDrawResetClip(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawSelectRect
void IupDrawSelectRect(Ihandle* ih, int x1, int y1, int x2, int y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawSetClipRect
void IupDrawSetClipRect(Ihandle* ih, int x1, int y1, int x2, int y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDrawText
void IupDrawText(Ihandle* ih, const(char)* text, int len, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta