soui 5.0.0.1
 
Loading...
Searching...
No Matches
IPathS Member List

This is the complete list of members for IPathS, including all inherited members.

addArc(const RECT *oval, float startAngle, float sweepAngle) PUREIPathS
addArc2(float left, float top, float right, float bottom, float startAngle, float sweepAngle) PUREIPathS
addCircle(float x, float y, float radius, Direction dir DEF_VAL(kCW_Direction)) PUREIPathS
addOval(const RECT *oval, Direction dir DEF_VAL(kCW_Direction)) PUREIPathS
addOval2(float left, float top, float right, float bottom, Direction dir DEF_VAL(kCW_Direction)) PUREIPathS
addPoly(const POINT pts[], int count, BOOL close) PUREIPathS
addRect(const RECT *rect, Direction dir DEF_VAL(kCW_Direction)) PUREIPathS
addRect2(float left, float top, float right, float bottom, Direction dir DEF_VAL(kCW_Direction)) PUREIPathS
AddRef() PUREIPathS
addRoundRect(const RECT *rect, float rx, float ry, Direction dir DEF_VAL(kCW_Direction)) PUREIPathS
addRoundRect2(float left, float top, float right, float bottom, float rx, float ry, Direction dir DEF_VAL(kCW_Direction)) PUREIPathS
addString(LPCTSTR pszText, int nLen, float x, float y, const IFontS *pFont) PUREIPathS
beginFigure(float x, float y, BOOL bFill DEF_VAL(TRUE)) PUREIPathS
clone() SCONST PUREIPathS
close() PUREIPathS
conicTo(float x1, float y1, float x2, float y2, float w) PUREIPathS
cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) PUREIPathS
endFigure(BOOL bClose) PUREIPathS
getBounds(LPRECT prc) SCONST PUREIPathS
getFillType() SCONST PUREIPathS
getLastPt(fPoint *lastPt) SCONST PUREIPathS
getLength() SCONST PUREIPathS
getPosTan(float distance, fPoint *pos, fPoint *vec) SCONST PUREIPathS
GetRenderFactory() SCONST PUREIPathS
hitTest(float x, float y) SCONST PUREIPathS
hitTestStroke(float x, float y, float strokeSize) SCONST PUREIPathS
isEmpty() SCONST PUREIPathS
lineTo(float x, float y) PUREIPathS
moveTo(float x, float y) PUREIPathS
ObjectType() SCONST PUREIPathS
offset(float dx, float dy) PUREIPathS
OnFinalRelease() PUREIPathS
quadTo(float x1, float y1, float x2, float y2) PUREIPathS
rConicTo(float dx1, float dy1, float dx2, float dy2, float w) PUREIPathS
rCubicTo(float x1, float y1, float x2, float y2, float x3, float y3) PUREIPathS
Release() PUREIPathS
reset() PUREIPathS
rLineTo(float dx, float dy) PUREIPathS
rMoveTo(float dx, float dy) PUREIPathS
rQuadTo(float dx1, float dy1, float dx2, float dy2) PUREIPathS
setFillType(FillType ft) PUREIPathS
transform(const IxForm *matrix) PUREIPathS