PolylinePrimitive Constructor (SetHint) |
Initializes a new instance of a polyline primitive with the specified
SetHint.
This is equivalent to constructing a polyline with
a
PolylineType of
LineStrip and the specified
SetHint.
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(
SetHint setHint
)
Public Sub New (
setHint As SetHint
)
public:
PolylinePrimitive(
SetHint setHint
)
new :
setHint : SetHint -> PolylinePrimitive
Parameters
- setHint
- Type: AGI.Foundation.GraphicsSetHint
The expected usage for Set and SetPartial methods.
See the Set Hint topic for more information on
selecting an appropriate value.
Remarks See Also