Search
PersistContext.SavePtfArray Method
See Also
 





Saves the specified PointF array to the underlying stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SavePtfArray (
    PointF[] pts
)

Visual Basic  Copy Code

Public Sub SavePtfArray( _
    pts() As PointF _
)

 Parameters

pts

 See Also