CuttingLine
CuttingLine Class
Section titled “CuttingLine Class”Namespace: Nodify
Assembly: Nodify
Inheritance: Object → DispatcherObject → DependencyObject → Visual → UIElement → FrameworkElement → Shape → CuttingLine
References: BaseConnection, NodifyEditor
public class CuttingLine : ShapeConstructors
Section titled “Constructors”CuttingLine()
Section titled “CuttingLine()”public CuttingLine();Properties
Section titled “Properties”DefiningGeometry
Section titled “DefiningGeometry”protected override Geometry DefiningGeometry { get; set; }Property Value
EndPoint
Section titled “EndPoint”Gets or sets the end point.
public Point EndPoint { get; set; }Property Value
StartPoint
Section titled “StartPoint”Gets or sets the start point.
public Point StartPoint { get; set; }Property Value
Methods
Section titled “Methods”GetIsOverElement(UIElement)
Section titled “GetIsOverElement(UIElement)”public static bool GetIsOverElement(UIElement elem);Parameters
elem UIElement
Returns
OnRender(DrawingContext)
Section titled “OnRender(DrawingContext)”protected override void OnRender(DrawingContext drawingContext);Parameters
drawingContext DrawingContext
SetIsOverElement(UIElement, Boolean)
Section titled “SetIsOverElement(UIElement, Boolean)”public static void SetIsOverElement(UIElement elem, bool value);Parameters
elem UIElement
value Boolean