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

VideoBoxBase.PointToControlSpace Method

Computes the location of the specified image pixel into control coordinates.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public System.Drawing.Point PointToControlSpace
(
	System.Drawing.Point point
)

Parameters

Name Type Range Default Description
pointSystem.Drawing.PointCoordinates of the image pixel.

Return Value

Type: System.Drawing.Point

Location in the control client space that represents the specified image pixel.

See also