Piccolo.NET

PCamera.LocalToView Method

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

Overload List

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

public virtual PointF LocalToView(PointF);

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

public virtual RectangleF LocalToView(RectangleF);

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

public virtual SizeF LocalToView(SizeF);

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace