Piccolo.NET

PCamera.LocalToView Method (PointF)

Transform the point from the camera's local coordinate system to the camera's view coordinate system.

public virtual PointF LocalToView(
   PointF point
);

Parameters

point
The point in the camera's local coordinate system to be transformed.

Return Value

The point in the camera's view coordinate system.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace | PCamera.LocalToView Overload List