GraphicsPath

GraphicsPath()

默认构造函数。

public GraphicsPath()

也可以看看


GraphicsPath(FillMode)

public GraphicsPath(FillMode fillMode)

也可以看看


GraphicsPath(PointF[], byte[])

public GraphicsPath(PointF[] pts, byte[] types)

也可以看看


GraphicsPath(Point[], byte[])

public GraphicsPath(Point[] pts, byte[] types)

也可以看看


GraphicsPath(PointF[], byte[], FillMode)

public GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode)

也可以看看


GraphicsPath(Point[], byte[], FillMode)

public GraphicsPath(Point[] pts, byte[] types, FillMode fillMode)

也可以看看