Piccolo.NET

PCamera.LocalToView Method (SizeF)

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

public virtual SizeF LocalToView(
   SizeF size
);

Parameters

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

Return Value

The size in the camera's view coordinate system.

See Also

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