public class ClipperBase : object
Fields
Declaration
public const Int64 hiRange = null
Field Value
Declaration
public const Int64 loRange = null
Field Value
Properties
Declaration
public bool PreserveCollinear { get; set; }
Property Value
Methods
Declaration
public bool AddPath(List<IntPoint> pg, PolyType polyType, bool Closed)
Parameters
Returns
Declaration
public bool AddPaths(List<List<IntPoint>> ppg, PolyType polyType, bool closed)
Parameters
Returns
Declaration
public virtual void Clear()
Declaration
public static IntRect GetBounds(List<List<IntPoint>> paths)
Parameters
Type |
Name |
Description |
List<List<IntPoint>> |
paths |
|
Returns
Declaration
public void Swap(ref Int64 val1, ref Int64 val2)
Parameters
Type |
Name |
Description |
Int64 |
val1 |
|
Int64 |
val2 |
|