COM Interface: ISurfaces
Members
Functions
| Property | Description |
|---|---|
| ISurface** New() | Starts the creation of a new surface on the area fill. |
| void Add() | Adds the newly-created surface to the area fill. |
Properties
| Property | Description |
|---|---|
| long Count {get} | Retrieves the number of surfaces in the collection. |
| ISurface** Item(long index) | Retrieves the surface at a specific index. |
| IEnumVARIANT _NewEnum {get} | Enables use of the built-in syntax of a COM client to iterate through an object’s collection of items. |

