Point4D.X Property

Definition

Gets or sets the X component of this Point4D structure.

public:
 property double X { double get(); void set(double value); };
public double X { get; set; }
member this.X : double with get, set
Public Property X As Double

Property Value

The X component of this Point4D structure. The default value is 0.

Applies to