C# Class ClipperLib.IntersectNode

Show file Open project: iNiKe/clipper Class Usage Examples

Public Properties

Property Type Description
edge1 TEdge
edge2 TEdge
next IntersectNode
pt IntPoint

Property Details

edge1 public property

public TEdge,ClipperLib edge1
return TEdge

edge2 public property

public TEdge,ClipperLib edge2
return TEdge

next public property

public IntersectNode,ClipperLib next
return IntersectNode

pt public property

public IntPoint,ClipperLib pt
return IntPoint