Search
JsonContext.WriteRectangleF Method
See Also
 





Writes a RectangleF object.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public JsonObject WriteRectangleF (
    RectangleF rectangle
)

Visual Basic  Copy Code

Public Function WriteRectangleF( _
    rectangle As RectangleF _
) As JsonObject

 Parameters

rectangle

 Return Value

 See Also