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

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

Syntax

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

See Also