Infenro Home SDK Docs Blah

ScratchView

Declared in:/boot/home/devel/Inferno-project/Inferno/SDK/Headers/Core/ScratchView.h
Author: YNOP
Version:beta
Date: Feb 5 2000
Summary:more...




Hook Functions


ScratchView()
ScratchView(BView *canvas)

~ScratchView()
~ScratchView()

StrokeArc()
void StrokeArc(BRect rect,float angle,float span)

StrokeArc()
void StrokeArc(BPoint center,float xRadius,float yRadius,float angle,float span)

StrokeBezier()
void StrokeBezier(BPoint *controlPoints)

StrokeEllipse()
void StrokeEllipse(BRect rect)

StrokeEllipse()
void StrokeEllipse(BPoint center,float xRadius,float yRadius)

StrokeLine()
void StrokeLine(BPoint BPoint BPoint,BPoint)

StrokePolygon()
void StrokePolygon(BPoint *pointList, int32 numPoints)

StrokeRect()
void StrokeRect(BRect rect)

StrokeRoundRect()
void StrokeRoundRect(BRect rect,float xRadius,float yRadius)

StrokeTriangle()
void StrokeTriangle(BPoint first,BPoint second,BPoint third)

InvertRect()
void InvertRect(BRect rect)

StrokeShape()
void StrokeShape(BShape *shape)

DrawString()
void DrawString(const char *string, BPoint point,BFont font)


Infenro Home SDK Docs Blah

Generated on 12/27/2001
Copyright © 1999-2001 Inferno Dev Team. All rights reserved.