Lines Matching refs:Point
29 …GraphicsPath(const Point *points, const BYTE *types, INT count, FillMode fillMode) : nativePath(NU… in GraphicsPath()
75 AddBezier(const Point &pt1, const Point &pt2, const Point &pt3, const Point &pt4) in AddBezier()
99 AddBeziers(const Point *points, INT count) in AddBeziers()
111 AddClosedCurve(const Point *points, INT count) in AddClosedCurve()
117 AddClosedCurve(const Point *points, INT count, REAL tension) in AddClosedCurve()
135 AddCurve(const Point *points, INT count) in AddCurve()
153 AddCurve(const Point *points, INT count, INT offset, INT numberOfSegments, REAL tension) in AddCurve()
159 AddCurve(const Point *points, INT count, REAL tension) in AddCurve()
195 AddLine(const Point &pt1, const Point &pt2) in AddLine()
219 AddLines(const Point *points, INT count) in AddLines()
262 AddPolygon(const Point *points, INT count) in AddPolygon()
335 const Point &origin, in AddString()
433 GetPathPoints(Point *points, INT count) const in GetPathPoints()
459 IsOutlineVisible(const Point &point, const Pen *pen, const Graphics *g) const in IsOutlineVisible()
515 IsVisible(const Point &point, const Graphics *g) const in IsVisible()
754 PathGradientBrush(const Point *points, INT count, WrapMode wrapMode = WrapModeClamp)
803 GetCenterPoint(Point *point) const in GetCenterPoint()
949 SetCenterPoint(const Point &point) in SetCenterPoint()
951 …tus(DllExports::GdipSetPathGradientCenterPointI(GetNativeGradient(), const_cast<Point *>(&point))); in SetCenterPoint()