Click or drag to resize

LineData Constructor (WangAttributeData)

Creates a new instance of LineData from a WangAttributeData object.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public LineData(
	WangAttributeData data
)

Parameters

data
Type: Atalasoft.AnnotateWangAttributeData
The WangAttributeData containing information about this annotation.
Remarks
This annotation requires the Bounds, Color1 and Points properties of the WangAttributeData.
See Also