Search
PersistContext.SaveRectF Method
See Also
 





Saves the specified rectangle to the underlying stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveRectF (
    RectangleF rect
)

Visual Basic  Copy Code

Public Sub SaveRectF( _
    rect As RectangleF _
)

 Parameters

rect

 See Also