Piccolo.NET

PCamera.LocalToView Method (RectangleF)

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

public virtual RectangleF LocalToView(
   RectangleF rectangle
);

Parameters

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

Return Value

The rectangle in the camera's view coordinate system.

See Also

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