Click or drag to resize

WangFormatterWriteWangAnnotation Method

Called to write a WANG compatible annotation to the serialization stream.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void WriteWangAnnotation(
	Stream stream,
	IWangCompatible wang,
	string group,
	int index
)

Parameters

stream
Type: System.IOStream
The stream where this data will be stored.
wang
Type: Atalasoft.AnnotateIWangCompatible
An IWangCompatible object to serialize.
group
Type: SystemString
The name of the group for this annotation. This is saved as the OiGroup marker.
index
Type: SystemInt32
The index for this annotation. This is saved as the OiIndex marker.
See Also