-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_CuttingLine
miroiu edited this page Dec 23, 2024
·
1 revision
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