cd.wd_old

\file \brief Old WC API

See Copyright Notice in cd.h

Public Imports

cd.cd_old
public import cd.cd_old;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Aliases

wdActivate
alias wdActivate = cdActivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdBegin
alias wdBegin = cdBegin
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdClip
alias wdClip = cdClip
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdEnd
alias wdEnd = cdEnd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdMM2Pixel
alias wdMM2Pixel = cdMM2Pixel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPixel2MM
alias wdPixel2MM = cdPixel2MM
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdVectorFont
alias wdVectorFont = cdVectorFont
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdVectorTextTransform
alias wdVectorTextTransform = cdVectorTextTransform
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

wdArc
void wdArc(double xc, double yc, double w, double h, double angle1, double angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdBox
void wdBox(double xmin, double xmax, double ymin, double ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdCanvas2World
void wdCanvas2World(int xv, int yv, double* xw, double* yw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdChord
void wdChord(double xc, double yc, double w, double h, double angle1, double angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdClipArea
void wdClipArea(double xmin, double xmax, double ymin, double ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdFont
void wdFont(int type_face, int style, double size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdFontDim
void wdFontDim(double* max_width, double* height, double* ascent, double* descent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdGetClipArea
int wdGetClipArea(double* xmin, double* xmax, double* ymin, double* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdGetClipPoly
double* wdGetClipPoly(int* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdGetFont
void wdGetFont(int* type_face, int* style, double* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdGetVectorTextBounds
void wdGetVectorTextBounds(const(char)* s, double x, double y, double* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdGetVectorTextSize
void wdGetVectorTextSize(const(char)* s, double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdGetViewport
void wdGetViewport(int* xmin, int* xmax, int* ymin, int* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdGetWindow
void wdGetWindow(double* xmin, double* xmax, double* ymin, double* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdHardcopy
void wdHardcopy(cdContext* ctx, void* data, cdCanvas* cnv, void function() draw_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdLine
void wdLine(double x1, double y1, double x2, double y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdLineWidth
double wdLineWidth(double width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdMark
void wdMark(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdMarkSize
double wdMarkSize(double size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdMultiLineVectorText
void wdMultiLineVectorText(double x, double y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdOffsetRegion
void wdOffsetRegion(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPattern
void wdPattern(int w, int h, const(c_long)* pattern, double w_mm, double h_mm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPixel
void wdPixel(double x, double y, c_long color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPointInRegion
int wdPointInRegion(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPutBitmap
void wdPutBitmap(cdBitmap* bitmap, double x, double y, double w, double h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPutImageRect
void wdPutImageRect(cdImage* image, double x, double y, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPutImageRectMap
void wdPutImageRectMap(int iw, int ih, const(ubyte)* index, const(c_long)* colors, double x, double y, double w, double h, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPutImageRectRGB
void wdPutImageRectRGB(int iw, int ih, const(ubyte)* r, const(ubyte)* g, const(ubyte)* b, double x, double y, double w, double h, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdPutImageRectRGBA
void wdPutImageRectRGBA(int iw, int ih, const(ubyte)* r, const(ubyte)* g, const(ubyte)* b, const(ubyte)* a, double x, double y, double w, double h, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdRect
void wdRect(double xmin, double xmax, double ymin, double ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdRegionBox
void wdRegionBox(double* xmin, double* xmax, double* ymin, double* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdSector
void wdSector(double xc, double yc, double w, double h, double angle1, double angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdStipple
void wdStipple(int w, int h, const(ubyte)* stipple, double w_mm, double h_mm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdText
void wdText(double x, double y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdTextBounds
void wdTextBounds(double x, double y, const(char)* s, double* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdTextBox
void wdTextBox(double x, double y, const(char)* s, double* xmin, double* xmax, double* ymin, double* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdTextSize
void wdTextSize(const(char)* s, double* width, double* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdVectorCharSize
double wdVectorCharSize(double size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdVectorText
void wdVectorText(double x, double y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdVectorTextDirection
void wdVectorTextDirection(double x1, double y1, double x2, double y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdVectorTextSize
void wdVectorTextSize(double size_x, double size_y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdVertex
void wdVertex(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdViewport
void wdViewport(int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdWindow
void wdWindow(double xmin, double xmax, double ymin, double ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdWorld2Canvas
void wdWorld2Canvas(double xw, double yw, int* xv, int* yv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wdWorld2CanvasSize
void wdWorld2CanvasSize(double hw, double vw, int* hv, int* vv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta