Click or drag to resize

VectorGraphicPathGetSegment Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.GetSegment(System.Double,System.Double,RAYLASE.Marker.Common.PenSet)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public VectorGraphicPath GetSegment(
	double startTime,
	double endTime,
	PenSet resolvedPenSet
)

Parameters

startTime  Double

[Missing <param name="startTime"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.GetSegment(System.Double,System.Double,RAYLASE.Marker.Common.PenSet)"]

endTime  Double

[Missing <param name="endTime"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.GetSegment(System.Double,System.Double,RAYLASE.Marker.Common.PenSet)"]

resolvedPenSet  PenSet

[Missing <param name="resolvedPenSet"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.GetSegment(System.Double,System.Double,RAYLASE.Marker.Common.PenSet)"]

Return Value

VectorGraphicPath

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.GetSegment(System.Double,System.Double,RAYLASE.Marker.Common.PenSet)"]

See Also