Click or drag to resize

BaseMetafileCommandItem Property

Returns a point that are significant to the shape. The type of point and the position depends on the command type.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public abstract dvec3 this[
	int index
] { get; set; }

Parameters

index  Int32
The index.

Return Value

dvec3
The selected point.
See Also