Nodify_CuttingLine - miroiu/nodify GitHub Wiki
Namespace: Nodify
Assembly: Nodify
Inheritance: Object → DispatcherObject → DependencyObject → Visual → UIElement → FrameworkElement → Shape → CuttingLine
References: BaseConnection, NodifyEditor
public class CuttingLine : Shape public CuttingLine(); protected override Geometry DefiningGeometry { get; set; } Property Value
Gets or sets the end point.
public Point EndPoint { get; set; } Property Value
Gets or sets the start point.
public Point StartPoint { get; set; } Property Value
public static bool GetIsOverElement(UIElement elem); Parameters
elem UIElement
Returns
protected override void OnRender(DrawingContext drawingContext); Parameters
drawingContext DrawingContext
public static void SetIsOverElement(UIElement elem, bool value); Parameters
elem UIElement
value Boolean