Point2f Constructor (Single, Single)

Point2f Constructor (Single, Single)

Initializes a new two-dimensional point from two components.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point2f(
	float x,
	float y
)
Public Sub New ( 
	x As Single,
	y As Single
)

Parameters

x
Type: SystemSingle
X component of vector.
y
Type: SystemSingle
Y component of vector.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also