Skip to content

P_Rhino_Geometry_Point2f_X

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Point2f.X Property

Gets or sets the X (first) component of the vector.

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

Syntax

C#

public float X { get; set; }

VB

Public Property X As Single
	Get
	Set

Property Value

Type: Single

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2f Structure
Rhino.Geometry Namespace

Clone this wiki locally