COM Interface: ISurface

Members

Functions

Property Description
void AddLine(long xStart, long yStart, long xEnd, long yEnd, long tangentArc) Adds a line to the surface.
void AddArc(long xStart, long yStart, long xCentre, long yCentre, long xEnd, long yEnd) Adds an arc to the surface.
void AddCircle(long xCentre, long yCentre, long radius) Adds a circle to the surface.
void Delete() Deletes the surface.

Properties

Property Description
IEdges** Edges {get} Retrieves the area fill edges.
VARIANT_BOOL Cutout {get}
  • If the surface is a cutout, then "true" is returned.
  • If the surface is not a cutout, then "false" is returned.