Point4D.Y Property

Definition

Gets or sets the Y component of this Point4D structure.

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

Property Value

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

Applies to