FreeformBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the geometry of a freeform while it’s being built.
public interface class FreeformBuilder
[System.Runtime.InteropServices.Guid("0002443F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface FreeformBuilder
Public Interface FreeformBuilder
- Attributes
Remarks
Use the BuildFreeform(MsoEditingType, Single, Single) method to return a FreeformBuilder object. Use the AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Object, Object, Object, Object) method to add nodes to the freefrom. Use the ConvertToShape() method to create the shape defined in the FreeformBuilder object and add it to the Shapes collection.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Parent |
Returns the parent object for the specified object. |
Methods
AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Object, Object, Object, Object) |
Adds a node to a freeform. |
ConvertToShape() |
Creates a shape that has the geometric characteristics of the specified FreeformBuilder object. Returns a Shape object that represents the new shape. |