Constructor PdnRegion
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
PdnRegion()
PdnRegion(GraphicsPath)
public PdnRegion(GraphicsPath path)
Parameters
path GraphicsPath
PdnRegion(PdnGraphicsPath)
public PdnRegion(PdnGraphicsPath pdnPath)
Parameters
pdnPath PdnGraphicsPath
PdnRegion(RectInt32)
public PdnRegion(RectInt32 rect)
Parameters
rect RectInt32
PdnRegion(Rectangle)
public PdnRegion(Rectangle rect)
Parameters
rect Rectangle
PdnRegion(RectDouble)
public PdnRegion(RectDouble rect)
Parameters
rect RectDouble
PdnRegion(RectangleF)
public PdnRegion(RectangleF rectF)
Parameters
rectF RectangleF
PdnRegion(RegionData)
public PdnRegion(RegionData regionData)
Parameters
regionData RegionData
PdnRegion(Region, bool)
public PdnRegion(Region region, bool takeOwnership)
Parameters
region Region
takeOwnership bool
PdnRegion(Region)
public PdnRegion(Region region)
Parameters
region Region