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

VideoBoxBase.PointToImageSpace Method

Computes the 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.Point PointToImageSpace
(
	System.Drawing.Point point
)

Parameters

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

Return Value

Type: System.Drawing.Point

Equivalent point coordinates in the image space.

See also