PathPoint Constructor
PathPoint(Point, Object, Object, Action<Point>, Action, Shape)
Declaration
public PathPoint(Point point, object object, object parentObject, Action<Point> setLambda, Action save, Shape shape)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | point | |
System.Object | object | |
System.Object | parentObject | |
System.Action<System.Windows.Point> | setLambda | |
System.Action | save | |
System.Windows.Shapes.Shape | shape |