VectorGraphicPathGetLastExecutedPosition Method |
Returns the last marked position. Can be different from
EndPoint in case ShouldMark is false.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic dvec3? GetLastExecutedPosition(
int defaultPenNumber,
PenSet penSet
)
Parameters
- defaultPenNumber Int32
- Default pen number
- penSet PenSet
- Pen set
Return Value
Nullabledvec3Last marked position
See Also