[Missing <summary> documentation for M:PerpetuumSoft.Framework.Drawing.VectorRectangle.op_Addition(PerpetuumSoft.Framework.Drawing.VectorRectangle,PerpetuumSoft.Framework.Drawing.Margins)]

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

Syntax

C#
public static VectorRectangle operator +(
	VectorRectangle v,
	Margins m
)
Visual Basic (Declaration)
Public Shared Operator + ( _
	v As VectorRectangle, _
	m As Margins _
) As VectorRectangle
Visual C++
public:
static VectorRectangle operator +(
	VectorRectangle v, 
	Margins m
)

See Also