Method FromRectangles
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
FromRectangles(RectangleF[])
public static PdnRegion FromRectangles(RectangleF[] rectsF)
Parameters
rectsF
RectangleF[]
Returns
- PdnRegion
FromRectangles(RectangleF[], int, int)
public static PdnRegion FromRectangles(RectangleF[] rectsF, int startIndex, int length)
Parameters
rectsF
RectangleF[]
startIndex
int
length
int
Returns
- PdnRegion
FromRectangles(Rectangle[])
public static PdnRegion FromRectangles(Rectangle[] rects)
Parameters
rects
Rectangle[]
Returns
- PdnRegion
FromRectangles(Rectangle[], int, int)
public static PdnRegion FromRectangles(Rectangle[] rects, int startIndex, int length)
Parameters
rects
Rectangle[]
startIndex
int
length
int
Returns
- PdnRegion
FromRectangles(RectInt32[])
public static PdnRegion FromRectangles(RectInt32[] rects)
Parameters
rects
RectInt32[]
Returns
- PdnRegion
FromRectangles(RectInt32[], int, int)
public static PdnRegion FromRectangles(RectInt32[] rects, int startIndex, int length)
Parameters
rects
RectInt32[]
startIndex
int
length
int
Returns
- PdnRegion
FromRectangles(IList<RectInt32>)
public static PdnRegion FromRectangles(IList<RectInt32> rects)
Parameters
rects
IList<RectInt32>
Returns
- PdnRegion
FromRectangles(IList<RectInt32>, int, int)
public static PdnRegion FromRectangles(IList<RectInt32> rects, int startIndex, int length)
Parameters
rects
IList<RectInt32>
startIndex
int
length
int
Returns
- PdnRegion
FromRectangles(IReadOnlyList<RectInt32>)
public static PdnRegion FromRectangles(IReadOnlyList<RectInt32> rects)
Parameters
rects
IReadOnlyList<RectInt32>
Returns
- PdnRegion
FromRectangles(IReadOnlyList<RectInt32>, int, int)
public static PdnRegion FromRectangles(IReadOnlyList<RectInt32> rects, int startIndex, int length)
Parameters
rects
IReadOnlyList<RectInt32>
startIndex
int
length
int
Returns
- PdnRegion
FromRectangles(IEnumerable<RectInt32>)
public static PdnRegion FromRectangles(IEnumerable<RectInt32> rects)
Parameters
rects
IEnumerable<RectInt32>
Returns
- PdnRegion