EndPoint Property

Specifies the ending point of the object.

Syntax

object.EndPoint [= Object]

Properties

The EndPoint property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Object

A point of type FixFloatPoint.

Remarks

The EndPoint property specifies a point object which contains an x and y double value which are logical coordinate values equivalent to the StartX and StartY properties.

The EndPoint for the Pie also defines the end points of the line segments which define the StartAngle and EndAngle of the object.

The EndPoint for the Arc, Chord, and Line objects is the point located at index 1.

The EndPoint for the Pie object is the point located at index 2.

 

Applies To