[Missing <summary> documentation for M:PerpetuumSoft.Framework.Drawing.VectorRectangle.op_Implicit(PerpetuumSoft.Framework.Drawing.VectorRectangle)~System.Drawing.RectangleF]

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static implicit operator RectangleF (
	VectorRectangle rect
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	rect As VectorRectangle _
) As RectangleF
Visual C++
static implicit operator RectangleF (
	VectorRectangle rect
)

See Also