|
Declared in: /boot/home/devel/Inferno-project/Inferno/SDK/Headers/Core/ScratchView.h Author: YNOP
Version: beta Date: Feb 5 2000 Summary: more...
ScratchView(BView *canvas)
~ScratchView()
void StrokeArc(BRect rect,float angle,float span)
void StrokeArc(BPoint center,float xRadius,float yRadius,float angle,float span)
void StrokeBezier(BPoint *controlPoints)
void StrokeEllipse(BRect rect)
void StrokeEllipse(BPoint center,float xRadius,float yRadius)
void StrokeLine(BPoint BPoint BPoint,BPoint)
void StrokePolygon(BPoint *pointList, int32 numPoints)
void StrokeRect(BRect rect)
void StrokeRoundRect(BRect rect,float xRadius,float yRadius)
void StrokeTriangle(BPoint first,BPoint second,BPoint third)
void InvertRect(BRect rect)
void StrokeShape(BShape *shape)
void DrawString(const char *string, BPoint point,BFont font)
|