Click or drag to resize

WangAttributeDataCreateHollowRectangleAttribute Method

Creates a new instance of WangAttributeData for a HollowRectangle 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 CreateHollowRectangleAttribute(
	RectangleF bounds,
	Color color1,
	bool highlighting,
	float lineSize
)

Parameters

bounds
Type: System.DrawingRectangleF
The bounding rectangle of the annotation.
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.

Return Value

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