FixFloatPoint Object

The FixFloatPoint object encapsulates the x and y drawing coordinates used by shapes.

The following is an example for declaring and initializing a FixFloatPoint object:

Dim iPoint as FixFloatPoint

Set iPoint = New FixFloatPoint

iPoint.x = 50.5

iPoint.y = 60.1

Polygon1.AddPoint iPoint

NOTE: The user must add a reference to Fix2DGeometry in the References dialog from the Tools menu within VBE.

 

Methods

There are no methods for this object.

Properties

Events

There are no events for this object.