Point Constructor (Point)
Initializes a new instance of the
[Point]
struct.
Namespace:
Squid
Assembly:
Squid.Core
(in Squid.Core.dll)
Syntax
C#
VB
C++
public
Point
(
Point
pt
)
Public
Sub
New
( _
pt
As
Point
_ )
public
:
Point
(
Point
^
pt
)
Parameters
pt
Type:
Point
The pt.
See Also
Point Structure
Point Overload
Squid Namespace