System::Drawing::Drawing2D::GraphicsPath Member List

This is the complete list of members for System::Drawing::Drawing2D::GraphicsPath, including all inherited members.

AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle)System::Drawing::Drawing2D::GraphicsPath
AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle)System::Drawing::Drawing2D::GraphicsPath
AddArc(const RectangleF &rect, float startAngle, float sweepAngle)System::Drawing::Drawing2D::GraphicsPath
AddArc(const Rectangle &rect, float startAngle, float sweepAngle)System::Drawing::Drawing2D::GraphicsPath
AddArcImpl(SkScalar left, SkScalar top, SkScalar width, SkScalar height, SkScalar startAngle, SkScalar sweepAngle)System::Drawing::Drawing2D::GraphicsPathprotected
AddBezier(const Point &pt1, const Point &pt2, const Point &pt3, const Point &pt4)System::Drawing::Drawing2D::GraphicsPath
AddBezier(const PointF &pt1, const PointF &pt2, const PointF &pt3, const PointF &pt4)System::Drawing::Drawing2D::GraphicsPath
AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)System::Drawing::Drawing2D::GraphicsPath
AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)System::Drawing::Drawing2D::GraphicsPath
AddBezierImpl(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3, SkScalar x4, SkScalar y4)System::Drawing::Drawing2D::GraphicsPathprotected
AddBeziers(const ArrayPtr< Point > &points)System::Drawing::Drawing2D::GraphicsPath
AddBeziers(const ArrayPtr< PointF > &points)System::Drawing::Drawing2D::GraphicsPath
AddClosedCurve(const ArrayPtr< PointF > &points, float tension=0.5)System::Drawing::Drawing2D::GraphicsPath
AddClosedCurve(const ArrayPtr< Point > &points, float tension=0.5)System::Drawing::Drawing2D::GraphicsPath
AddCurve(const ArrayPtr< PointF > &points, float tension=0.5)System::Drawing::Drawing2D::GraphicsPath
AddCurve(const ArrayPtr< Point > &points, float tension=0.5)System::Drawing::Drawing2D::GraphicsPath
AddCurve(const ArrayPtr< PointF > &points, int offset, int number_of_segments, float tension)System::Drawing::Drawing2D::GraphicsPath
AddCurve(const ArrayPtr< Point > &points, int offset, int number_of_segments, float tension)System::Drawing::Drawing2D::GraphicsPath
AddEllipse(float x, float y, float width, float height)System::Drawing::Drawing2D::GraphicsPath
AddEllipse(int x, int y, int width, int height)System::Drawing::Drawing2D::GraphicsPath
AddEllipse(const RectangleF &rect)System::Drawing::Drawing2D::GraphicsPath
AddEllipse(const Rectangle &rect)System::Drawing::Drawing2D::GraphicsPath
AddEllipseImpl(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom)System::Drawing::Drawing2D::GraphicsPathprotected
AddLine(const Point &pt1, const Point &pt2)System::Drawing::Drawing2D::GraphicsPath
AddLine(const PointF &pt1, const PointF &pt2)System::Drawing::Drawing2D::GraphicsPath
AddLine(int x1, int y1, int x2, int y2)System::Drawing::Drawing2D::GraphicsPath
AddLine(float x1, float y1, float x2, float y2)System::Drawing::Drawing2D::GraphicsPath
AddLineImpl(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2)System::Drawing::Drawing2D::GraphicsPathprotected
AddLines(const ArrayPtr< PointF > &points)System::Drawing::Drawing2D::GraphicsPath
AddLines(const ArrayPtr< Point > &points)System::Drawing::Drawing2D::GraphicsPath
AddPath(const SharedPtr< GraphicsPath > &path, bool connect)System::Drawing::Drawing2D::GraphicsPath
AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle)System::Drawing::Drawing2D::GraphicsPath
AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle)System::Drawing::Drawing2D::GraphicsPath
AddPie(const Rectangle &rect, float startAngle, float sweepAngle)System::Drawing::Drawing2D::GraphicsPath
AddPieImpl(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom, SkScalar startAngle, SkScalar sweepAngle)System::Drawing::Drawing2D::GraphicsPathprotected
AddPolygon(const ArrayPtr< PointF > &points)System::Drawing::Drawing2D::GraphicsPath
AddPolygon(const ArrayPtr< Point > &points)System::Drawing::Drawing2D::GraphicsPath
AddRectangle(const Rectangle &rect)System::Drawing::Drawing2D::GraphicsPath
AddRectangle(const RectangleF &rect)System::Drawing::Drawing2D::GraphicsPath
AddRectangles(const ArrayPtr< Rectangle > &rects)System::Drawing::Drawing2D::GraphicsPath
AddRectangles(const ArrayPtr< RectangleF > &rects)System::Drawing::Drawing2D::GraphicsPath
AddString(const String &text, const SharedPtr< FontFamily > &family, int style, float emSize, Point origin, const SharedPtr< StringFormat > &stringFormat)System::Drawing::Drawing2D::GraphicsPath
AddString(const String &text, const SharedPtr< FontFamily > &family, int style, float emSize, PointF origin, const SharedPtr< StringFormat > &stringFormat)System::Drawing::Drawing2D::GraphicsPath
AddString(const String &text, const SharedPtr< FontFamily > &family, int style, float emSize, Rectangle layoutRect, const SharedPtr< StringFormat > &stringFormat)System::Drawing::Drawing2D::GraphicsPath
AddString(const String &text, const SharedPtr< FontFamily > &family, int style, float emSize, RectangleF layoutRect, const SharedPtr< StringFormat > &stringFormat)System::Drawing::Drawing2D::GraphicsPath
AddStringImpl(const String &text, const SharedPtr< FontFamily > &family, int style, float emSize, SkRect layoutRect, const SharedPtr< StringFormat > &stringFormat)System::Drawing::Drawing2D::GraphicsPathprotected
Clone()System::Drawing::Drawing2D::GraphicsPathvirtual
CloseAllFigures()System::Drawing::Drawing2D::GraphicsPath
CloseFigure()System::Drawing::Drawing2D::GraphicsPath
ConvertCurves(const SkPath &source)System::Drawing::Drawing2D::GraphicsPathprotectedstatic
Dispose()System::Drawing::Drawing2D::GraphicsPathinline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
Flatten()System::Drawing::Drawing2D::GraphicsPath
Flatten(const MatrixPtr &matrix)System::Drawing::Drawing2D::GraphicsPath
Flatten(const MatrixPtr &matrix, float flatness)System::Drawing::Drawing2D::GraphicsPath
get_FillMode()System::Drawing::Drawing2D::GraphicsPath
get_PathData()System::Drawing::Drawing2D::GraphicsPath
get_PathPoints() constSystem::Drawing::Drawing2D::GraphicsPath
get_PathTypes() constSystem::Drawing::Drawing2D::GraphicsPath
get_PathTypesImpl(bool forceClose) constSystem::Drawing::Drawing2D::GraphicsPathprotected
get_PathTypesImpl() constSystem::Drawing::Drawing2D::GraphicsPathprotected
get_PointCount() constSystem::Drawing::Drawing2D::GraphicsPath
GetBounds(const MatrixPtr &matrix=nullptr, const SharedPtr< Pen > &pen=nullptr) constSystem::Drawing::Drawing2D::GraphicsPath
GetCounter()System::Objectinline
GetFigureFlags()System::Drawing::Drawing2D::GraphicsPathinline
GetHashCode() constSystem::Objectvirtual
GetLastPoint() constSystem::Drawing::Drawing2D::GraphicsPath
GetSkPath(const SharedPtr< Pen > &pen, const SkMatrix &matrix)System::Drawing::Drawing2D::GraphicsPathprotected
GetType() constSystem::Objectvirtual
GraphicsPath(FillMode fillMode=FillMode::Alternate)System::Drawing::Drawing2D::GraphicsPath
GraphicsPath(const ArrayPtr< Point > &pts, const ArrayPtr< uint8_t > &types, FillMode fillMode=FillMode::Alternate)System::Drawing::Drawing2D::GraphicsPath
GraphicsPath(const ArrayPtr< PointF > &pts, const ArrayPtr< uint8_t > &types, FillMode fillMode=FillMode::Alternate)System::Drawing::Drawing2D::GraphicsPath
GraphicsPath(const SkPath &path)System::Drawing::Drawing2D::GraphicsPath
Is(const TypeInfo &targetType) constSystem::Objectvirtual
IsOutlineVisible(const PointF &point, const SharedPtr< Pen > &pen)System::Drawing::Drawing2D::GraphicsPath
IsVisible(const PointF &point)System::Drawing::Drawing2D::GraphicsPath
IsVisible(float x, float y)System::Drawing::Drawing2D::GraphicsPath
Lock()System::Object
m_figure_flagsSystem::Drawing::Drawing2D::GraphicsPathprotected
m_figure_startedSystem::Drawing::Drawing2D::GraphicsPathprotected
m_sk_pathSystem::Drawing::Drawing2D::GraphicsPathprotected
MemberwiseClone() constSystem::Objectvirtual
NeedConvertCurves(const SkPath &source)System::Drawing::Drawing2D::GraphicsPathprotectedstatic
Object()System::Object
Object(Object const &x)System::Object
operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
RemovedSharedRefs(int count)System::Objectinline
Reset()System::Drawing::Drawing2D::GraphicsPath
Reverse()System::Drawing::Drawing2D::GraphicsPath
set_FillMode(FillMode mode)System::Drawing::Drawing2D::GraphicsPath
SetMarkers()System::Drawing::Drawing2D::GraphicsPath
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
StartFigure()System::Drawing::Drawing2D::GraphicsPath
ToString() constSystem::Objectvirtual
Transform(const MatrixPtr &matrix)System::Drawing::Drawing2D::GraphicsPath
Transform(const SkMatrix &matrix)System::Drawing::Drawing2D::GraphicsPath
Type()System::Objectinlinestatic
Unlock()System::Object
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
Widen(const SharedPtr< Pen > &pen)System::Drawing::Drawing2D::GraphicsPath
~GraphicsPath()System::Drawing::Drawing2D::GraphicsPath
~Object()System::Objectvirtual