Calculates the length of a line segment overlapped by specified rectangle.
Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public static double SegmentRectOverlapLen ( |
Visual Basic Copy Code |
---|
Public Shared Function SegmentRectOverlapLen( _ |
Start point of the segment.
End point of the segment.
A Rect instance.