Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual C++
Code: F#
C#
Visual C++
F#
The Spherical Class Library
Patch Constructor (Patch)
Patch Class
See Also
Send Feedback
Creates a patch from another one.
Namespace:
Spherical
Assembly:
SphericalLib
(in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C#
public
Patch
(
Patch
p
)
Visual C++
public
:
Patch
(
Patch
^
p
)
F#
new
:
p
:
Patch
->
Patch
Parameters
p
Type:
Spherical
.
.
::
.
.
Patch
The patch to copy.
See Also
Patch Class
Patch Overload
Spherical Namespace