IShape Interface Send Feedback
See Also  Members   Example
Allows access to a shape.

Syntax

Visual Basic 
Public Interface IShape 
C# 
public interface IShape 
JavaScript 
Object dsShape
COM native C++ 
interface IShape
C++ 
class dsShape

Example

Remarks

A shape is stored as a reference to a font and to a character within that font. Essentially a shape is a single character of a compiled shape (SHX) font.

You must load the shape file before a shape in that file can be used in a drawing.

Accessors

Object Model

See Also