DwfWhipPointSetpoints Field |
The list of points used by the contours.
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxprotected List<DwfWhipLogicalPoint> points
Protected points As List(Of DwfWhipLogicalPoint)
protected:
List<DwfWhipLogicalPoint^>^ points
val mutable points: List<DwfWhipLogicalPoint>
Field Value
Type:
ListDwfWhipLogicalPoint
See Also