Click or drag to resize

WangAttributeDataCreateStraightLineAttribute Method

Creates a new instance of WangAttributeData for a StraightLine annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static WangAttributeData CreateStraightLineAttribute(
	Color color1,
	bool highlighting,
	float lineSize,
	PointFCollection points
)

Parameters

color1
Type: System.DrawingColor
The line color of the annotation.
highlighting
Type: SystemBoolean
A value indicating whether or not this annotation is a highlighter.
lineSize
Type: SystemSingle
The annotation line size.
points
Type: Atalasoft.AnnotatePointFCollection
A PointFCollection containing annotation data points.

Return Value

Type: WangAttributeData
A WangAttributeData containing the annotation data.
See Also