You are here: Start » AVL.NET » VideoBoxBase.PointToImageSpaceF Method

VideoBoxBase.PointToImageSpaceF Method

Computes the sub-pixel location of the specified control point into currently displayed image coordinates (in its current size state).

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public System.Drawing.PointF PointToImageSpaceF
(
	System.Drawing.Point point
)

Parameters

Name Type Range Default Description
pointSystem.Drawing.PointPoint coordinates in the control space.

Return Value

Type: System.Drawing.PointF

Equivalent sub-pixel coordinates in the image space.

See also