StartPoint Property

Specifies the starting point of the object.

Syntax

object.StartPoint [= Object]

Properties

The StartPoint 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 StartPoint 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 StartPoint for the Pie also defines the end points of the line segments which define the StartAngle and EndAngle of the object.

The StartPoint for the each object is the point located at index 0.

 

Applies To