ObjectData

EmfPlusObject.ObjectData property

Gets or sets an array of bytes that contains data for the type of object specified in the Flags field. The content and format of the data can be different for each object type. See the individual object definitions in section 2.2.1 for additional information.

public EmfPlusGraphicsObjectType ObjectData { get; set; }

Property Value

The object data.

See Also