Visual Basic | |
---|---|
Public Interface IShape |
C# | |
---|---|
public interface IShape |
JavaScript | |
---|---|
Object dsShape |
COM native C++ | |
---|---|
interface IShape |
C++ | |
---|---|
class dsShape |
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.