Click or drag to resize

BaseMetafileCommandSegmentEndPointPair Property

The end points of the segment generated by this metafile command. This value functions as a cache to reduce redundant calculations.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public (dvec3 Start, dvec3 End) SegmentEndPointPair { get; set; }

Property Value

ValueTupledvec3, dvec3
See Also