C# Class ClipperLib.OutPt

ファイルを表示 Open project: iNiKe/clipper Class Usage Examples

Public Properties

Property Type Description
idx int
next OutPt
prev OutPt
pt IntPoint

Property Details

idx public_oe property

public int idx
return int

next public_oe property

public OutPt,ClipperLib next
return OutPt

prev public_oe property

public OutPt,ClipperLib prev
return OutPt

pt public_oe property

public IntPoint,ClipperLib pt
return IntPoint