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

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

Syntax

C#
public static Vector GetCenterPoint(
	VectorRectangle rect,
	double delta,
	double angle
)
Visual Basic (Declaration)
Public Shared Function GetCenterPoint ( _
	rect As VectorRectangle, _
	delta As Double, _
	angle As Double _
) As Vector
Visual C++
public:
static Vector GetCenterPoint(
	VectorRectangle rect, 
	double delta, 
	double angle
)

See Also