Transform the point from the camera's view coordinate system to the camera's local coordinate system.
Transform the point from the camera's view coordinate system to the camera's local coordinate system.
public virtual PointF ViewToLocal(PointF);
Transform the rectangle from the camera's view coordinate system to the camera's local coordinate system.
public virtual RectangleF ViewToLocal(RectangleF);
Transform the size from the camera's view coordinate system to the camera's local coordinate system.
public virtual SizeF ViewToLocal(SizeF);
PCamera Class | UMD.HCIL.Piccolo Namespace