PolylinePrimitive Constructor (PolylineType) |
Initializes a polyline primitive with the specified
polylineType.
This is equivalent to constructing a polyline with the specified
polylineType and a
SetHint
of
Frequent.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PolylinePrimitive(
PolylineType polylineType
)
Public Sub New (
polylineType As PolylineType
)
public:
PolylinePrimitive(
PolylineType polylineType
)
new :
polylineType : PolylineType -> PolylinePrimitive
Parameters
- polylineType
- Type: AGI.Foundation.GraphicsPolylineType
Describes how the polyline should interpret positions passed to Set methods.
Remarks See Also