Click or drag to resize

PointBatchPrimitive Constructor (SetHint)

Initializes a new instance of a point batch primitive with the specified SetHint.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointBatchPrimitive(
	SetHint setHint
)

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.
Exceptions
ExceptionCondition
UnsupportedCaseExceptionsetHint must be a valid enumeration value in SetHint.
Remarks

After constructing the primitive, call a method such as Set or SetCartographic to provide it with points.

The primitive's properties are initialized to the following values:

Once the primitive is constructed, it must be added to Primitives before it will be rendered.

See Also