Implements multiplication by given scalar value.

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

Syntax

C#
public VectorRectangle Multiply(
	double m
)
Visual Basic (Declaration)
Public Function Multiply ( _
	m As Double _
) As VectorRectangle
Visual C++
public:
VectorRectangle Multiply(
	double m
)

Parameters

m
Type: System..::.Double

See Also