Important: The information in this document is obsolete and should not be used for new development.
Modified Shape Data Opcodes
A constant from thegxShapeDataOpcodeenumeration follows agxSetDataOpcodeoperation opcode if shape data follows. The data stream bytes describe one of the fields specified in this enumeration.
enum gxShapeDataOpcode { gxShapeAttributesOpcode, gxShapeTagOpcode, gxShapeFillOpcode };Constant descriptions
- gxShapeAttributesOpcode
 - An attribute from the
 gxShapeAttributesenumeration is added to the current shape object.- gxShapeTagOpcode
 - A tag is added to the current shape object.
 - gxShapeFillOpcode
 - A fill is added to the current shape object.