MindFusion.Wpf Pack Programmer's Guide
FreeFormNodeExtensions.Points(T) Method
See Also
 





Sets the node's outline points.

Namespace: MindFusion.Diagramming.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T Points<T> (
    T freeFormNode,
    StylusPointCollection value
) where T : FreeFormNode

Visual Basic  Copy Code

Public Shared Function Points(Of T As FreeFormNode) ( _
    freeFormNode As T, _
    value As StylusPointCollection _
) As T

 Parameters

freeFormNode

value

 Return Value

 See Also

FreeFormNodeExtensions Members
FreeFormNodeExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace