M_Rhino_Geometry_Point2f__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Point2f Constructor (Single, Single)

Initializes a new two-dimensional point from two components.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point2f(
	float x,
	float y
)

VB

Public Sub New ( 
	x As Single,
	y As Single
)

Parameters

 

x
Type: System.Single
X component of vector.
y
Type: System.Single
Y component of vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2f Structure
Point2f Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️