Method CopyTo
CopyTo(HDPhysicalCamera)
Copies the settings of this instance to another instance.
Declaration
[Obsolete("The CopyTo method is obsolete and does not work anymore. Use the assignement operator instead to get a copy of the HDPhysicalCamera parameters.", true)]
public void CopyTo(HDPhysicalCamera c)
Parameters
Type | Name | Description |
---|---|---|
HDPhysicalCamera | c | The instance to copy the settings to. |