FreeformBuilder Members

Include Protected Members
Include Inherited Members

Represents the geometry of a freeform while it is being built.

The FreeformBuilder type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Creator Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method AddNodes Inserts a new segment at the end of the freeform that's being created, and adds the nodes that define the segment. You can use this method as many times as you want to add nodes to the freeform you're creating. When you finish adding nodes, use the ConvertToShape method to create the freeform you've just defined. To add nodes to a freeform after it has been created, use the Insert(Int32, MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single) method of the ShapeNodes collection.
Public method ConvertToShape Creates a shape that has the geometric characteristics of the specified FreeformBuilder object. Returns a Shape object that represents the new shape.

Top

See Also

Reference

FreeformBuilder Interface

Microsoft.Office.Interop.PowerPoint Namespace