Transform the point from the camera's local coordinate system to the camera's view coordinate system.
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);
PCamera Class | UMD.HCIL.Piccolo Namespace