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

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

Syntax

C#
public static VectorRectangle operator &(
	VectorRectangle a,
	VectorRectangle b
)
Visual Basic (Declaration)
Public Shared Operator And ( _
	a As VectorRectangle, _
	b As VectorRectangle _
) As VectorRectangle
Visual C++
public:
static VectorRectangle operator &(
	VectorRectangle a, 
	VectorRectangle b
)

See Also