ControlPoint.Y operator

Description

Return the Y value of a control point as a Double.

C# Syntax

// get accessor

Double rtn = ControlPoint.Y;

// set accessor

ControlPoint.Y = Double;