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