Implicit conversion to DoublePoint.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public static implicit operator DoublePoint (
	IntPoint point
)

Parameters

point
Type: AForge..::.IntPoint
Integer point to convert to double precision point.

Return Value

Returns new double precision point which coordinates are implicitly converted to doubles from coordinates of the specified integer point.

See Also