Constructor PdnGraphicsPath
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
PdnGraphicsPath()
PdnGraphicsPath(GraphicsPath)
public PdnGraphicsPath(GraphicsPath wrapMe)
Parameters
wrapMe GraphicsPath
PdnGraphicsPath(FillMode)
public PdnGraphicsPath(FillMode fillMode)
Parameters
fillMode FillMode
PdnGraphicsPath(Point[], byte[])
public PdnGraphicsPath(Point[] pts, byte[] types)
Parameters
pts Point[]
types byte[]
PdnGraphicsPath(PointF[], byte[])
public PdnGraphicsPath(PointF[] pts, byte[] types)
Parameters
pts PointF[]
types byte[]
PdnGraphicsPath(Point[], byte[], FillMode)
public PdnGraphicsPath(Point[] pts, byte[] types, FillMode fillMode)
Parameters
pts Point[]
types byte[]
fillMode FillMode
PdnGraphicsPath(PointF[], byte[], FillMode)
public PdnGraphicsPath(PointF[] pts, byte[] types, FillMode fillMode)
Parameters
pts PointF[]
types byte[]
fillMode FillMode