Skip to content

CuttingLine

Namespace: Nodify

Assembly: Nodify

Inheritance: ObjectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementShapeCuttingLine

References: BaseConnection, NodifyEditor

public class CuttingLine : Shape
public CuttingLine();
protected override Geometry DefiningGeometry { get; set; }

Property Value

Geometry

Gets or sets the end point.

public Point EndPoint { get; set; }

Property Value

Point

Gets or sets the start point.

public Point StartPoint { get; set; }

Property Value

Point

public static bool GetIsOverElement(UIElement elem);

Parameters

elem UIElement

Returns

Boolean

protected override void OnRender(DrawingContext drawingContext);

Parameters

drawingContext DrawingContext

public static void SetIsOverElement(UIElement elem, bool value);

Parameters

elem UIElement

value Boolean