Important: The information in this document is obsolete and should not be used for new development.
Modified Shape Data Opcodes
A constant from thegxShapeDataOpcode
enumeration follows agxSetDataOpcode
operation 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
gxShapeAttributes
enumeration 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.